Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -34,5 +34,6 @@ osx-runner:
    34 34
         - bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp
    
    35 35
         - bin/make-dist.sh -I dist darwin-4
    
    36 36
         - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
    
    37
    +    - cd ansi-test
    
    37 38
         - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
    
    38 39
         - grep 'No unexpected \(successes\|failures\)' test.out