File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
branches : [ master ]
10
10
tags :
11
11
- ' v*' # Tag push events matching v*, i.e. v1.0, v20.15.10
12
- # pull_request:
13
- # branches: [ master ]
12
+ pull_request :
13
+ branches : [ master ]
14
14
workflow_dispatch :
15
15
inputs :
16
16
version :
29
29
jobs :
30
30
build :
31
31
name : Build and publish W/ASM artefacts
32
- if : github.even_name != 'release'
33
32
runs-on : ubuntu-latest
34
33
steps :
35
34
- uses : actions/checkout@v3
36
35
# Customizes the Emscripten docker container via the Dockerfile in this repo
37
- # - name: Build the Docker image
38
- # run: docker build -t "docker-emscripten-libzim:v3" ./docker
36
+ - name : Build the Docker image
37
+ run : docker build -t "docker-emscripten-libzim:v3" ./docker
39
38
# Creates the ASM and WASM artefacts, and the JS wrappers, using the Makefile in this repo
40
- # - name: Compile the libzim WASM artefacts
41
- # run: docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) docker-emscripten-libzim:v3 make
39
+ - name : Compile the libzim WASM artefacts
40
+ run : docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) docker-emscripten-libzim:v3 make
42
41
- name : List files in top-level directory
43
42
run : ls -l
44
43
# If we are not creating a release, archive the artefacts under this Action run
You can’t perform that action at this time.
0 commit comments