We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56be8d5 commit 8351a05Copy full SHA for 8351a05
.gitlab-ci.yml
@@ -51,7 +51,7 @@ build-and-test-interpreters:
51
stage: build-test
52
tags: [yuria]
53
script:
54
- - export PATH=$PATH:$PYPY_BIN_DIR
+ - export PATH=$PYPY_BIN_DIR:$PATH
55
- export SOM_INTERP=BC
56
- (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
57
@@ -90,7 +90,7 @@ build-and-test-jit-bc:
90
91
tags: [yuria2]
92
93
94
95
96
# JIT Compiled Version
@@ -112,7 +112,7 @@ build-and-test-jit-ast:
112
113
tags: [yuria3]
114
115
116
- export SOM_INTERP=AST
117
118
0 commit comments