We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1e253 commit a93a12cCopy full SHA for a93a12c
.github/workflows/test.yml
@@ -21,6 +21,16 @@ jobs:
21
(cd Resources/parsers/50800 && swift test)
22
(cd Resources/parsers/50900 && swift test)
23
(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
34
- name: Build
35
run: |
36
set -ex
0 commit comments