File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 5757 env :
5858 RESCRIPT_FORCE_REBUILD : 1
5959
60+ - name : ninja config
61+ if : runner.os != 'Windows'
62+ run : opam exec -- node ./scripts/ninja.js config
63+
64+ - name : ninja build
65+ if : runner.os != 'Windows'
66+ run : opam exec -- node ./scripts/ninja.js build
67+
68+ - name : Check for changes in lib folder
69+ run : git diff --exit-code lib/js lib/es6
70+
6071 - name : Run tests
6172 if : runner.os != 'Windows'
6273 run : opam exec -- node scripts/ciTest.js -all
6576 if : runner.os == 'Windows'
6677 run : opam exec -- node scripts/ciTest.js -mocha -theme
6778
68- - name : Ensure lib/js and lib/es6 are up to date
69- if : runner.os != 'Windows'
70- run : |
71- opam exec -- node ./scripts/ninja.js config
72- opam exec -- node ./scripts/ninja.js build
73- git diff --exit-code lib/js lib/es6
74-
7579 - name : Get artifact info
7680 id : get_artifact_info
7781 run : node .github/workflows/get_artifact_info.js
You can’t perform that action at this time.
0 commit comments