Raymond Toy pushed to branch rtoy-rework-ci at cmucl / cmucl
Commits: 951e9c14 by Raymond Toy at 2017-11-04T15:18:57-07:00 Run tests on osx for real
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,5 @@ osx-runner: - (cd snapshot; tar xjf ../cmucl-21c-x86-darwin.tar.bz2) script: - bin/build.sh -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
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/951e9c14376dc76de83ddbf126...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/951e9c14376dc76de83ddbf126... You're receiving this email because of your account on gitlab.common-lisp.net.