Skip to content

Commit

Permalink
update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Apr 11, 2017
1 parent 9fa9343 commit 04cc698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .appveyor.yml
Expand Up @@ -17,22 +17,10 @@ environment:

init: []

install:
- if [%platform%]==[Win32] set VCPKG_PLATFORM=x86-windows
- if [%platform%]==[x64] set VCPKG_PLATFORM=x64-windows
- if not exist vcpkg git clone https://github.com/Microsoft/vcpkg
- cd vcpkg
- if not exist downloads mkdir downloads
- if not exist downloads\AlwaysAllowDownloads type nul > downloads\AlwaysAllowDownloads
- powershell -exec bypass scripts\bootstrap.ps1
- vcpkg install cryptopp:%VCPKG_PLATFORM% zlib:%VCPKG_PLATFORM% expat:%VCPKG_PLATFORM%
- vcpkg integrate install
- cd ..

before_build:
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON -D CMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake ..
- cmake -G "Visual Studio 14 2015" -D CMAKE_GENERATOR_PLATFORM=%platform% -D STATIC=%STATIC% -D SAMPLES=ON -D BENCHMARKS=ON ..

build:
project: build/tests/xlnt.test.sln
Expand All @@ -41,7 +29,4 @@ build:

test_script:
- cd tests\%configuration%
- set VCPKG_DIR=%VCPKG_PLATFORM%
- if [%configuration%]==[Debug] set VCPKG_DIR=%VCPKG_DIR%\debug
- set PATH=C:\projects\xlnt\vcpkg\installed\%VCPKG_DIR%\bin;%PATH%
- xlnt.test.exe
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev cxxtest lcov
- g++-6 lcov

install:
- export CC=gcc-6
Expand Down

0 comments on commit 04cc698

Please sign in to comment.