Skip to content

Commit

Permalink
appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Jul 3, 2021
1 parent 6120406 commit ae1c3f1
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
image:
- Ubuntu2004
image: Ubuntu2004

version: 1.14.{build}

build: off
platform:
- x64

pull_requests:
do_not_increment_build_number: true
Expand All @@ -26,18 +26,12 @@ deploy:
APPVEYOR_REPO_TAG: true


for:
-
matrix:
only:
- image: Ubuntu2004
install:
- sudo apt update
- sudo apt install -yqq libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libjpeg-dev libpng-dev

install:
- sudo apt update
- sudo apt install -yqq libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libjpeg-dev libpng-dev
build_script:
- ./build.sh

build_script:
- ./build.sh

after_build:
- appveyor PushArtifact "all.zip" -DeploymentName build
after_build:
- appveyor PushArtifact "all.zip" -DeploymentName build

0 comments on commit ae1c3f1

Please sign in to comment.