-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |