Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl Commits: 833ae32c by Raymond Toy at 2019-11-05T02:31:20Z Try again with osx Be sure to run cmucl with -noinit and -nositeinit, just in case. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -18,13 +18,15 @@ linux-runner: - bin/make-dist.sh -I dist linux-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log - cd ansi-test - - make LISP="../dist/bin/lisp -batch" + - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" - grep 'No unexpected \(successes\|failures\)' test.out osx-runner: tags: - osx before_script: + - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git + - (cd ansi-test; git checkout rtoy-cmucl-expected-failures) - curl -s -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2 - mkdir snapshot - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2) @@ -32,3 +34,5 @@ osx-runner: - bin/build.sh $bootstrap -C "" -o snapshot/bin/lisp - bin/make-dist.sh -I dist darwin-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log + - make LISP="../dist/bin/lisp -batch -noinit -nositeinit" + - grep 'No unexpected \(successes\|failures\)' test.out View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/833ae32ce7be1e715c21e1921f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/833ae32ce7be1e715c21e1921f... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy