Raymond Toy pushed to branch rtoy-issue-87-add-cl-bench at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -27,8 +27,8 @@ linux-runner:
    27 27
         - cd ../benchmarks/cl-bench
    
    28 28
         - echo $PWD
    
    29 29
         - ls
    
    30
    -    - CMUCL=../../snapshot/bin/lisp run-cmucl.sh
    
    31
    -    - CMUCL=../../dist/bin/lisp run-cmucl.sh
    
    30
    +    - CMUCL=../../snapshot/bin/lisp ./run-cmucl.sh
    
    31
    +    - CMUCL=../../dist/bin/lisp ./run-cmucl.sh
    
    32 32
         - ../../snapshot/bin/lisp -load report
    
    33 33
     
    
    34 34
     osx-runner: