Skip to content

Commit

Permalink
Merge branch 'ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jun 4, 2024
2 parents 48d9de3 + 153aece commit b8b8f97
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CI

on: [push, pull_request, workflow_dispatch]

jobs:
build-linux:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4

- name: Build
run: |
git clone https://github.com/vial-kb/vial-gui.git
git clone https://github.com/vial-kb/via-keymap-precompiled.git
./fetch-emsdk.sh
./fetch-deps.sh
./build-deps.sh
cd src
./build.sh
- uses: actions/upload-artifact@v4
with:
name: vial-web
path: src/build

0 comments on commit b8b8f97

Please sign in to comment.