Skip to content

Commit

Permalink
initial ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Sep 20, 2023
1 parent 91af981 commit 4f5188f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: CI

on: push

jobs:
build-jq:
runs-on: ubuntu-latest

steps:
- name: emscripten
uses: actions/checkout@v4
with:
repository: "emscripten-core/emsdk"
path: emsdk
- uses: actions/setup-node@v3

- name: jq-web
uses: actions/checkout@v4
with:
path: main

- run: |
echo "Installing emscripten"
cd emsdk
./emsdk install 1.39.14
./emsdk activate 1.39.14
source ./emsdk_env.sh
cd ..
- run: |
echo "Building jq-web"
cd main
make
npm install
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.13

0 comments on commit 4f5188f

Please sign in to comment.