We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6693a9c commit fa919f8Copy full SHA for fa919f8
1 file changed
.travis.yml
@@ -1,9 +1,3 @@
1
-language: cpp
2
-
3
-# compiler:
4
-# - gcc
5
-# - clang
6
7
jobs:
8
include:
9
@@ -33,7 +27,7 @@ jobs:
33
27
dist: xenial
34
28
script: make ex_init_solutions
35
29
36
- - stage: Windows
30
+ - stage: Windows normal operation
37
31
os: windows
38
32
name: 'Example: single-objective'
39
script: cmd.exe //C 'ci-test-cases\compile_cl.bat examples/so-1/example_so1.cpp .\bin\example_so1.exe'
0 commit comments