| # | Line 103 | Line 103 | test:mac:clang: | |
|---|---|---|
| 103 | - build:mac:clang | |
| 104 | script: | |
| 105 | - cd build | |
| 106 | < | - ctest |
| 106 | > | - cd resources |
| 107 | > | - ruby test_lib.rb -c |
| 108 | > | - ruby test_lib.rb |
| 109 | ||
| 110 | test:ubuntu: | |
| 111 | stage: test | |
| # | Line 113 | Line 115 | test:ubuntu: | |
| 115 | - build:ubuntu | |
| 116 | script: | |
| 117 | - cd build | |
| 118 | < | - ctest |
| 118 | > | - cd resources |
| 119 | > | - ruby test_lib.rb -c |
| 120 | > | - ruby test_lib.rb |
| 121 | ||
| 122 | test:windows: | |
| 123 | stage: test | |
| # | Line 123 | Line 127 | test:windows: | |
| 127 | - build:windows | |
| 128 | script: | |
| 129 | - cd build | |
| 130 | < | - '"C:\Program Files\CMake\bin\ctest.exe"' |
| 130 | > | - cd resources |
| 131 | > | - ruby test_lib.rb -c |
| 132 | > | - ruby test_lib.rb |
| 133 | ||
| 134 | package:mac: | |
| 135 | stage: package | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |