Commit graph

346 commits

Author SHA1 Message Date
Alexander Artemenko
cc82acd63c Added creds to Matteo Landi. 2021-10-28 16:38:12 +03:00
Alexander Artemenko
021db5bdbd Updated changelog and released 2.0.0 version. 2021-10-28 16:37:04 +03:00
Alexander Artemenko
6e9fb38681
Merge pull request #2 from iamFIREcracker/windows-work
Add support for Windows
2021-10-28 16:21:10 +03:00
Matteo Landi
8e15e10663 Compat with latest msys2/setup-msys2 2021-10-28 13:40:12 +02:00
Matteo Landi
b615572a53 Try to make it easier to use this action
1. Move the `uses` for `setup-msys2/setup-msys2` inside our action.
   Note, composite actions do not support conditional steps yet, and to
   workaround that I had to fork setup-msys2 and suppress the error when
   run on Linux or Mac OS
2. `bash-or-msys2` got renamed to `lispsh`, this way workflows can
   simply refer to that when in need to use Lisp-related tools like
   `ros`, or `qlot`

PS. The tests workflow was updated to reflect the above mentioned tests.
2021-10-27 09:30:33 +02:00
Matteo Landi
e0ec9dde9f Update all the QL dists just in case the Workflow had caching turned on 2021-10-26 19:22:14 +02:00
Matteo Landi
f178435a8a Change workflow to _use_ the action the defined in the current commit 2021-10-26 19:21:58 +02:00
Matteo Landi
b8a0985cfc Update changelog and docs 2021-10-26 18:09:46 +02:00
Matteo Landi
0b4f0353dd Add action workflow to facilitate testing
What:

- On Linux, MacOS, and Windows, installs sbcl-bin and all the _working_
  versions of Roswell, ASDF, and Qlot
- Runs `qlot exec ros` to install a project (to see if it errors out or
  not)

When:

- Each pushed change
- Each pull request action (not our own!)
- Every Saturday night

(Note: when running on the Saturday night, the workflow will try and
install the _latest_ version of Roswell, ASDF, and Qlot)
2021-10-26 18:09:38 +02:00
Matteo Landi
83e8e2c880 Switch to the latest version of Roswell
Roswell cannot be installed with git-bash anymore, so I had to set
things up again using msys2 (and that came with its own bag of
problems).

Given how unstables things seem to be (see:
https://github.com/roswell/roswell/issues/497), I went on and decided to
pin each dependency to a version which we know it's working:

- roswell-version: v21.10.14.111
- asdf-version: 3.3.5.3
- qlot-version: 0.11.5

(Note: `latest` can be used, as input, to tell the action to install the
latest version of the specific dependency)
2021-10-26 18:09:31 +02:00
Matteo Landi
40a3bed5a9 Fix copy-pasta in existing doc 2021-10-19 13:56:40 +02:00
Matteo Landi
59aa2d5f9a Update doc 2021-10-19 13:56:40 +02:00
Matteo Landi
2245ceb29f Install Roswell with sh -x to enable some debug traces 2021-10-19 13:56:40 +02:00
Matteo Landi
f0b3e3d20b Set things up correctly for Roswell to successfully install on Windows
- Set `ROSWELL_INSTALL_DIR` to a location that does not include spaces
  in its name, and add that to PATH as well so the installation script
  can find the newly unzip'd `ros` binary -- without this, it will try
  to build Roswell from sources and of course fail
- Set `MSYSCON` to let Roswell believe it's running in a msys2
  environment -- or otherwise the action would fail when trying to
  upgrade ASDF
- Add ~/.roswell/lisp/quicklisp/bin to PATH or otherwise the action
  would fail when trying to `qlot install`
2021-10-19 13:56:40 +02:00
Matteo Landi
4d14f6133e Add input: roswell-version
If not specified, the action will install the most recent version of
Roswell which is known to be compatible with this action, i.e.
v21.06.14.110; however, users can set this input equal to "master", and
the action will install the latest version of Roswell instead.
2021-10-19 13:56:40 +02:00
github-actions[bot]
26ec3d804c Update docs 2021-09-19 12:26:31 +00:00
Alexander Artemenko
20ae1f0cab Merge branch 'master' of github.com:40ants/setup-lisp 2021-09-19 15:19:51 +03:00
Alexander Artemenko
f40771d25e Move from Qlot 0.11.1 to 0.11.5. 2021-09-19 15:18:58 +03:00
github-actions[bot]
6a1c9e367c Update docs 2021-09-12 17:16:30 +00:00
Alexander Artemenko
77fa26e1cc Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install systems from the GitHub.
See issue [#118](https://github.com/fukamachi/qlot/issues/118).
2021-09-12 20:10:12 +03:00
Alexander Artemenko
ea8dd90aff Merge branch 'master' of github.com:40ants/setup-lisp 2021-09-09 19:58:54 +03:00
Alexander Artemenko
8c7fa92848 Move to a new docs building enging. 2021-09-09 19:58:02 +03:00
github-actions[bot]
0ee4d8a636 Update docs 2021-06-06 21:40:21 +00:00
Alexander Artemenko
9cf39a170d Added docs on asdf-version. 2021-06-07 00:34:53 +03:00
Alexander Artemenko
1e761224aa Added a new input variable `asdf-version`.
By default, the latest ASDF will be used.
2021-06-07 00:29:46 +03:00
github-actions[bot]
660773074c Update docs 2021-04-22 20:44:41 +00:00
Alexander Artemenko
77765f0875 Renamed asdf system to project-docs. 2021-04-22 22:45:00 +03:00
Alexander Artemenko
8c63d58a97 Trying to use docs/docs system. 2021-04-22 22:31:10 +03:00
Alexander Artemenko
c8968f9aea Use asdf system in setup step again. 2021-04-22 22:24:34 +03:00
Alexander Artemenko
aa5db40ad0 Trying to not install docs during the setup common lisp env step. 2021-04-22 22:12:36 +03:00
Alexander Artemenko
b7fa0274d2 Move to 40ants-doc. 2021-04-22 21:57:34 +03:00
Alexander Artemenko
8c96f9bc39 Merge branch 'master' of github.com:40ants/setup-lisp 2021-04-04 21:07:53 +03:00
Alexander Artemenko
19a7430956 Fixed installation of `libcurl4-openssl-dev` on Ubuntu Focal. 2021-04-04 21:07:32 +03:00
github-actions[bot]
9ada9445a7 Update docs 2021-02-25 17:56:40 +00:00
Alexander Artemenko
f8caa65b4b Linkify. 2021-02-25 20:53:58 +03:00
github-actions[bot]
4520cf91e3 Update docs 2021-02-25 17:38:40 +00:00
Alexander Artemenko
4caaac9902 Merge branch 'master' of github.com:40ants/setup-lisp 2021-02-25 20:35:49 +03:00
Alexander Artemenko
5575a52245 Added "contribution" section. 2021-02-25 20:16:58 +03:00
github-actions[bot]
418f0e58ad Update docs 2021-02-25 17:12:06 +00:00
Alexander Artemenko
d37d1f5072 Merge branch 'master' of github.com:40ants/setup-lisp 2021-02-25 20:09:24 +03:00
Alexander Artemenko
269b6131e6 Fixed setup-lisp version in the doc. 2021-02-25 20:09:06 +03:00
github-actions[bot]
203ac04433 Update docs 2021-02-25 09:24:40 +00:00
Alexander Artemenko
ea4d5135b6 Fixed escaping in docs. 2021-02-25 12:19:19 +03:00
Alexander Artemenko
1a2d24d58d Use setup-lisp@v1 2021-02-25 11:53:52 +03:00
Alexander Artemenko
100da2a5da
Merge pull request #1 from 40ants/test-cache
Caching dependencies.
2021-02-25 11:46:07 +03:00
Alexander Artemenko
307064275f Switch back to build-docs@v1 2021-02-25 11:43:53 +03:00
Alexander Artemenko
5287719976 Added documentation on how to use caching propetly. 2021-02-25 11:32:03 +03:00
Alexander Artemenko
09b7780ebd Try use fixed build-docs. 2021-02-25 00:47:59 +03:00
Alexander Artemenko
1f2c40fa44 Use month in the cache key. 2021-02-25 00:39:52 +03:00
Alexander Artemenko
27ca8cb8a7 Returned docs build. 2021-02-25 00:38:22 +03:00