Skip to content
Snippets Groups Projects
Commit b8d326cc authored by Raymond Toy's avatar Raymond Toy
Browse files

Update CI to do the required cross-compile

parent 68596489
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ linux-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-21c-x86-linux.tar.bz2; tar xjf ../cmucl-21c-x86-linux.extra.tar.bz2)
script:
- bin/build.sh -C "" -o ./snapshot/bin/lisp
- bin/create-target.sh xtarget x86_linux x86
- bin/create-target.sh xcross x86_linux x86
- bin/cross-build-world.sh -crl xtarget xcross src/bootfiles/21c/boot-21c-cross.lisp ./snapshot/bin/lisp
- bin/build.sh -C "" -o xtarget/lisp/lisp
- bin/make-dist.sh -I dist linux-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
......@@ -20,6 +23,9 @@ osx-runner:
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-21c-x86-darwin.tar.bz2)
script:
- bin/build.sh -C "" -o ./snapshot/bin/lisp
- bin/create-target.sh xtarget x86_darwin
- bin/create-target.sh xcross x86_darwin
- bin/cross-build-world.sh -crl xtarget xcross src/bootfiles/21c/boot-21c-cross.lisp ./snapshot/bin/lisp
- bin/build.sh -C "" -o xtarget/lisp/lisp
- bin/make-dist.sh -I dist darwin-4
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment