Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed Oct 24, 2020
1 parent 25e79f1 commit 96fd510
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
haxelib dev electron .
haxelib install hxnodejs
- name: Build electron api
run: |
haxe api.hxml
- name: Build haxedocs
run: |
haxe docs.hxml
run: haxe api.hxml
- name: Build haxedoc.xml
run: haxe haxedoc.hxml
- name: Build demo application
run: |
haxe --cwd demo build.hxml
haxe --cwd demo main.hxml
haxe --cwd demo app.hxml

0 comments on commit 96fd510

Please sign in to comment.