-
Notifications
You must be signed in to change notification settings - Fork 1
48 lines (42 loc) · 1.08 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: ci
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
env:
DOCKER_BUILDKIT: 1
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- quicklisp
- asdf
- ecl
- paip
- ccl-bin
- clasp
- libsigsegv
- libffcall
- release-roswell
steps:
- uses: actions/checkout@v4
- name: setenv
run: |
echo "$HOME/.roswell/bin" >> $GITHUB_PATH
echo "ROSWELL_BRANCH=master" >> $GITHUB_ENV
echo "ROSWELL_INSTALL_DIR=$HOME/.roswell" >> $GITHUB_ENV
- name: Install Roswell
env:
LISP: sbcl-bin/2.4.0
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install snmsts/sn.github roswell/sbcl_bin lake prove;lake-tools dump;
- name: Lake
env:
GITHUB_OAUTH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
SCRIPT: ${{ matrix.script }}
run: |
cd $SCRIPT;lake