We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564478d commit f967e3dCopy full SHA for f967e3d
.gitlab-ci.yml
@@ -83,8 +83,15 @@ build_and_test:
83
- cd debug
84
- cmake .. $CMAKE_FLAGS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Debug
85
- make -j
86
- - ./SOM++ -cp ../Smalltalk ../TestSuite/TestHarness.som
87
- - ./unittests -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
+ - ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
+ - ./unittests -cfg -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
88
+ - cd ..
89
+
90
+ - cd release
91
+ - cmake .. $CMAKE_FLAGS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Release
92
+ - make -j
93
94
+ - mv SOM++ ../$NAME
95
- cd ..
96
97
- |+
0 commit comments