- Feb 04, 2021
-
-
Raymond Toy authored
Binaries for the 2021-01 snapshot are available so use those instead of doing a cross-compile from 2020-04.
-
- Jan 07, 2021
-
-
Raymond Toy authored
Instead of using the upstream ansi-test for CI, use our own fork.
-
- Jan 03, 2021
-
-
Raymond Toy authored
`*SCAVENGE-READ-ONLY-SPACE*` is always set to `NIL`, and it's highly unlikely any one ever sets it. I (rtoy) haven't done that in decades at least. So, remove this static symbol, and remove the C code that tests for this to determine if the read-only space should be scavenged. This requires a very simple cross-compile to remove the symbol. See boot-2020-04-1.lisp for very simple instructions. We currently on do this for x86 since we can't test on sparc right now. Update CI to do a cross-compile. Addresses #89
-
- Sep 05, 2020
-
-
Raymond Toy authored
Refactor CI into 4 stages: install, build, test, benchmark
-
Raymond Toy authored
From Eric Marsden at http://emarsden.chez.com/downloads/cl-bench.tar.gz. Checked in as is.
-
- Aug 30, 2020
-
-
Raymond Toy authored
Checkout the ansi-test repo and run the testsuite. Verify that there were no unexpected successes or failures.
-
- Aug 27, 2020
-
-
Raymond Toy authored
-
- Mar 28, 2020
-
-
Raymond Toy authored
The snapshot has been release so use the latest snapshot to run the CI.
-
- Feb 17, 2020
-
-
Raymond Toy authored
-
- Aug 12, 2019
-
-
Raymond Toy authored
We're not using the fedora docker anymore (because I can't get it to work anymore and don't remember how I got it to work to begin with). Thus, use the fedora shell executor to run CI so we don't need the image or to wget lots of stuff because it's already installed.
-
- Dec 08, 2018
-
-
Raymond Toy authored
-
- Jul 18, 2018
-
-
Raymond Toy authored
-
- Jul 07, 2018
-
-
Raymond Toy authored
Let's see if 14.04 works better. I don't feel like debugging the test failure in a VM right now. And I don't want to set up everything to use Fedora (which is what my linux box is running).
-
Raymond Toy authored
-
- Mar 03, 2018
-
-
Raymond Toy authored
-
- Feb 18, 2018
-
-
Raymond Toy authored
-
- Jan 21, 2018
-
-
Raymond Toy authored
Add variables to the download url and for the version so we can share them across linux and osx builds.
-
Raymond Toy authored
Don't need the progress meter; it just clutters up the logs with useless stuff [skip-ci]
-
Raymond Toy authored
Should be snapshot/bin/lisp
-
Raymond Toy authored
-
- Dec 20, 2017
-
-
Raymond Toy authored
-
- Nov 04, 2017
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Let's see how that goes.
-
Raymond Toy authored
Validated via ci lint.
-
Raymond Toy authored
These commands currently only work on linux. Set a tag to see if this works to enable the linux runner.
-
- Nov 03, 2017
-
-
Raymond Toy authored
-
- Oct 15, 2017
-
-
Raymond Toy authored
-
- Oct 11, 2017
-
-
Raymond Toy authored
Download the 2017-10 binaries and update build.sh options to build with this snapshot.
-
- Sep 03, 2017
-
-
Raymond Toy authored
While not strictly necessary, make-dist.sh uses git to determine a default lisp-implmenetation-version. We could just use -V to do that, but I think it's best to have git so that the pipeline looks as much like normal development as possible.
-
Raymond Toy authored
- Early exit (with non-zero exit code) does cause the pipeline to fail, as expected.
-
Raymond Toy authored
- Don't need to install git anymore - exit early from build script to see if that makes the test fail.
-
- Sep 02, 2017
-
-
Raymond Toy authored
Needed to update lisp/version.
-
Raymond Toy authored
-
Raymond Toy authored
The runner already has the git repo checked out at $PWD, so we're ready to go. Try to install time so build.sh will run.
-
Raymond Toy authored
-
Raymond Toy authored
- Print out the SHELL - Set prompt to include PWD - Where is `time` and why can't the shell find it?
-
Raymond Toy authored
-