Browse Source

Appveyor: enable ctest

pull/1433/head
xoviat 8 years ago
parent
commit
1a1573ebd7
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      appveyor.yml

+ 2
- 3
appveyor.yml View File

@@ -60,7 +60,6 @@ before_build:
build_script:
- cmake --build .


test_script:
- echo Running Test
- cd utest
- openblas_utest
- ctest -j2

Loading…
Cancel
Save