We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d979 commit 20262f7Copy full SHA for 20262f7
.gitlab-ci.yml
@@ -72,14 +72,15 @@ build_and_test:
72
- cd release
73
- cmake .. $INTEGERS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Release
74
- make -j
75
+ - ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
76
- mv SOM++ ../$NAME
77
- cd ..
78
79
- cd debug
80
- cmake .. $INTEGERS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Debug
81
- - ./SOM++ -cp ../Smalltalk ../TestSuite/TestHarness.som
82
- - ./unittests -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
83
+ - ./unittests -cfg -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
84
85
86
- |+
0 commit comments