-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 915 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: cpp
os: windows
env:
- CMAKE_PATH="/c/Program Files/CMake/bin"
script:
#- choco install pkgconfiglite
#- git clone https://github.com/Microsoft/vcpkg ../vcpkg -v
#- ../vcpkg/bootstrap-vcpkg.bat
#- ../toolsrc/msbuild.x86.release/vcpkg.exe install ZLIB
#- ../toolsrc/msbuild.x86.release/vcpkg.exe installl harfbuzz
#- ../toolsrc/msbuild.x86.release/vcpkg.exe install PNG
#- ../toolsrc/msbuild.x86.release/vcpkg.exe install BZip2
#- choco install ninja
- export PATH=$CMAKE_PATH:$PATH
- mkdir build && cd build
- cmake ..
allow_failures:
- os: windows
- cmake --build . --target FreeType --config Release
#- dir
#- cmake -DCMAKE_BUILD_TYPE=Debug .
#- cmake -DCMAKE_BUILD_TYPE=Release .
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
on:
branch: master