Skip to content

Commit d2ac5f4

Browse files
Move parsers
1 parent 89cc54a commit d2ac5f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6
-6
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
set -ex
2222
export TOOLCHAINS=swift
2323
swift package update --package-path ./
24-
swift package update --package-path Resources/50900
25-
swift package update --package-path Resources/trunk
24+
swift package update --package-path Resources/parsers/50900
25+
swift package update --package-path Resources/parsers/trunk
2626
- name: Create Pull Request
2727
id: cpr
2828
uses: peter-evans/create-pull-request@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
run: |
1717
set -ex
1818
swift test
19-
(cd Resources/50900 && swift test)
20-
(cd Resources/trunk && swift test)
19+
(cd Resources/parsers/50900 && swift test)
20+
(cd Resources/parsers/trunk && swift test)
2121
- name: Build
2222
run: |
2323
set -ex

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN swift package resolve
2727
COPY . .
2828
RUN swift build -c release --static-swift-stdlib
2929

30-
RUN cd Resources/50900 && swift build -c debug --static-swift-stdlib
31-
RUN cd Resources/trunk && swift build -c debug --static-swift-stdlib
30+
RUN cd Resources/parsers/50900 && swift build -c release -Xswiftc -static-executable
31+
RUN cd Resources/parsers/trunk && swift build -c release -Xswiftc -static-executable
3232

3333
WORKDIR /staging
3434

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)