Lines Matching +full:ninja +full:- +full:build
1 version: 1.0.{build}
7 # Configure both 32-bit and 64-bit builds
10 - platform: x86
13 - platform: x64
19 # Download Meson and Ninja, create install directory
21 - mkdir build
22 - mkdir libepoxy-shared-%pout%
23 - cd build
24 - curl -LsSO https://github.com/mesonbuild/meson/releases/download/0.47.1/meson-0.47.1.tar.gz
25 - 7z x meson-0.47.1.tar.gz
26 - move dist\meson-0.47.1.tar .
27 - 7z x meson-0.47.1.tar
28 - rmdir dist
29 - del meson-0.47.1.tar meson-0.47.1.tar.gz
30 - curl -LsSO https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip
31 - 7z x ninja-win.zip
32 - del ninja-win.zip
33 - cd ..
35 # Build and install
37 - cd build
38 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
39 - C:\Python36\python.exe meson-0.47.1\meson.py .. . --backend=ninja --prefix=%APPVEYOR_BUILD_FOLDER…
40 - ninja
41 - ninja install
42 - cd ..
46 - copy COPYING libepoxy-shared-%pout%
47 - dir libepoxy-shared-%pout% /s /b
48 - 7z a -tzip libepoxy-shared-%pout%.zip libepoxy-shared-%pout%
51 - path: libepoxy-shared-%pout%.zip
52 name: libepoxy-shared-%pout%
63 artifact: libepoxy-shared-$(pout)