Skip to content

Commit a93a12c

Browse files
Build parser executable
1 parent fc1e253 commit a93a12c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
(cd Resources/parsers/50800 && swift test)
2222
(cd Resources/parsers/50900 && swift test)
2323
(cd Resources/parsers/trunk && swift test)
24+
25+
(cd Resources/parsers/50800 && swift build -c release -Xswiftc -static-executable)
26+
(cd Resources/parsers/50900 && swift build -c release -Xswiftc -static-executable)
27+
(cd Resources/parsers/trunk && swift build -c release -Xswiftc -static-executable)
28+
29+
git add Resources/parsers/50800/.build/release/parser
30+
git add Resources/parsers/50900/.build/release/parser
31+
git add Resources/parsers/trunk/.build/release/parser
32+
git commit -m "Update parsers"
33+
git push -u origin HEAD
2434
- name: Build
2535
run: |
2636
set -ex

0 commit comments

Comments
 (0)