Skip to content

Commit

Permalink
appveyor: Initial configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Jan 29, 2024
1 parent 264db8f commit b681c0d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
image: Visual Studio 2015
build: off

before_build:
- git submodule update --init --recursive --depth 1
- git clone https://github.com/FWGS/hlsdk-portable --depth 1
- git clone https://github.com/FWGS/xash3d-android-project -b android-legacy --depth 1
- curl -fsS -o android-ndk-r10e-windows-x86_64.zip https://dl.google.com/android/repository/android-ndk-r10e-windows-x86_64.zip
- 7z x android-ndk-r10e-windows-x86_64.zip

build_script:
- set ANDROID_NDK_HOME=%APPVEYOR_BUILD_FOLDER%/android-ndk-r10e
- set HOST_TOOLCHAIN=windows-x86_64
- python waf configure --enable-android-legacy --android aarch64,4.9,21
- type build/config.log
- python waf

on_failure:
- appveyor PushArtifact build/config.log
- type build/config.log

0 comments on commit b681c0d

Please sign in to comment.