Skip to content

Commit

Permalink
GH Action test
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Sep 13, 2023
1 parent 259085e commit 9a360bc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
create:
tags:
push:
branches:
- gh-action


jobs:
build:
name: build
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup emscripten
uses: lovasoa/setup-emscripten@master
with:
emscripten-version: '1.38.47'

0 comments on commit 9a360bc

Please sign in to comment.