Skip to content

Commit

Permalink
Add more env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
crlf0710 committed Nov 17, 2019
1 parent 89452e3 commit 26ce7da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ matrix:
rust: nightly
env:
- VS15=true
- VCPKG_ROOT=${HOME}/vcpkg
- VCPKG_ROOT=${HOME}\\vcpkg
- VCPKGRS_DYNAMIC=1
- VCPKG_DEFAULT_TRIPLET=x64-windows
- TECTONIC_DEP_BACKEND=vcpkg
- RUST_TEST_THREADS=1
- FC_CACHEDIR=${VCPKG_ROOT}\\installed\\${VCPKG_DEFAULT_TRIPLET}\\tools\\fontconfig\\fonts\\cache
- FONTCONFIG_FILE=${VCPKG_ROOT}\\installed\\${VCPKG_DEFAULT_TRIPLET}\\tools\\fontconfig\\fonts\\fonts.conf
- FONTCONFIG_PATH=${VCPKG_ROOT}\\installed\\${VCPKG_DEFAULT_TRIPLET}\\tools\\fontconfig\\fonts\\conf.d
script:
- dist/prepare-win-ci-deps.bat
- sh dist/travis.sh
Expand Down

0 comments on commit 26ce7da

Please sign in to comment.