Skip to content

Commit

Permalink
Merge pull request #23 from TopixIM/update
Browse files Browse the repository at this point in the history
snapshot file change; workflow update
  • Loading branch information
NoEgAm authored Nov 27, 2023
2 parents a8d33a5 + 512343a commit 5c780ba
Show file tree
Hide file tree
Showing 6 changed files with 6,722 additions and 6,533 deletions.
42 changes: 13 additions & 29 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,26 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'

- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV

- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.20/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.10/cr'
name: 'cr'
version: '0.8.10'

- name: "prepare modules"
run: >
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
&& git clone https://github.com/calcit-lang/lilac.git
&& git clone https://github.com/calcit-lang/memof.git
&& git clone https://github.com/calcit-lang/recollect.git
&& git clone https://github.com/Respo/respo.calcit.git
&& git clone https://github.com/Respo/respo-ui.calcit.git
&& git clone https://github.com/Respo/respo-message.calcit.git
&& git clone https://github.com/Cumulo/cumulo-util.calcit.git
&& git clone https://github.com/Cumulo/cumulo-reel.calcit.git
&& git clone https://github.com/mvc-works/ws-edn.calcit.git
&& git clone https://github.com/Respo/respo-feather.calcit.git
&& git clone https://github.com/Respo/alerts.calcit.git
&& git clone https://github.com/calcit-lang/calcit-wss.git
&& git clone https://github.com/calcit-lang/calcit.std.git
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.10/caps'
name: 'caps'
version: '0.8.10'

- run: cr --entry server --emit-ir -1
- run: caps --ci && cr --entry server --emit-ir -1

- run: yarn && yarn compile-page && yarn release-page

Expand Down
Loading

0 comments on commit 5c780ba

Please sign in to comment.