update ci scripts

This commit is contained in:
Thomas Fussell 2017-04-11 17:52:57 -04:00
parent 9fa9343d89
commit 04cc698416
2 changed files with 2 additions and 17 deletions

View File

@ -17,22 +17,10 @@ environment:
init: [] 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: before_build:
- mkdir build - mkdir build
- cd 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: build:
project: build/tests/xlnt.test.sln project: build/tests/xlnt.test.sln
@ -41,7 +29,4 @@ build:
test_script: test_script:
- cd tests\%configuration% - 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 - xlnt.test.exe

View File

@ -17,7 +17,7 @@ addons:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-6 zlib1g libcrypto++9 libcrypto++9-dbg libcrypto++-dev cxxtest lcov - g++-6 lcov
install: install:
- export CC=gcc-6 - export CC=gcc-6