diff options
| author | Don <don.j.olmstead@gmail.com> | 2018-03-20 16:16:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-20 16:16:29 -0700 |
| commit | 23f2dcec9f1c84d2a1e63f946ca25a508841da0a (patch) | |
| tree | 3f7a0723d7d649996a8aab633d0422dd3ba5472e | |
| parent | eb7a82524e7b83d5367be05b6afc4f74d4ffd57d (diff) | |
| download | portable-23f2dcec9f1c84d2a1e63f946ca25a508841da0a.tar.gz portable-23f2dcec9f1c84d2a1e63f946ca25a508841da0a.tar.bz2 portable-23f2dcec9f1c84d2a1e63f946ca25a508841da0a.zip | |
Add ctest config support and enable tests
Diffstat (limited to '')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5a726a8..8ee0f77 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | environment: | 1 | environment: |
| 2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% | 2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% |
| 3 | VSTEST: OFF | 3 | VSTEST: ON |
| 4 | 4 | ||
| 5 | matrix: | 5 | matrix: |
| 6 | # x86 builds | 6 | # x86 builds |
| @@ -48,4 +48,4 @@ build_script: | |||
| 48 | - cmake --build . --config %CONFIG% | 48 | - cmake --build . --config %CONFIG% |
| 49 | 49 | ||
| 50 | test_script: | 50 | test_script: |
| 51 | - ctest | 51 | - ctest -C %CONFIG% |
