Skip to content

Commit

Permalink
Update travis and appveyor to adapt to the new CMake organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Aug 11, 2018
1 parent a53e067 commit 00586d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,8 +14,9 @@ os:
- osx

script:
- cd tests
- mkdir build
- cd build
- cmake ..
- make
- ./test_hat_trie
- ./tsl_hat_trie_tests
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -12,6 +12,7 @@ build_script:
- set BOOST_ROOT=C:\Libraries\boost_1_62_0
- if %PLATFORM% == Win32 set BOOST_LIBRARYDIR=C:\Libraries\boost_1_62_0\lib32-msvc-14.0
- if %PLATFORM% == x64 set BOOST_LIBRARYDIR=C:\Libraries\boost_1_62_0\lib64-msvc-14.0
- cd tests
- mkdir build
- cd build
- if %PLATFORM% == Win32 cmake .. -G"Visual Studio 14 2015"
Expand All @@ -20,5 +21,5 @@ build_script:

test_script:
- set PATH=%PATH%;%BOOST_LIBRARYDIR%
- .\%CONFIGURATION%\test_hat_trie.exe
- .\%CONFIGURATION%\tsl_hat_trie_tests.exe

0 comments on commit 00586d6

Please sign in to comment.