-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add opensourcecobol4j directory as a git sub module * chore: update workflow files * chore: use opensource COBOL 4J 1.1.2 * fix: checkout processes in workflow files * fix: coverage.yml * fix: ci.yml to pass secrets to test.yml explicitly
- Loading branch information
1 parent
1bb63e1
commit a72eb10
Showing
6 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
@@ -35,12 +37,6 @@ jobs: | |
database: testdb | ||
port: 5432 | ||
id: postgres | ||
|
||
- name: Checkout opensource COBOL 4J | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: opensourcecobol/opensourcecobol4j | ||
path: opensourcecobol4j | ||
|
||
- name: Build libcobj.jar | ||
working-directory: opensourcecobol4j/libcobj | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "opensourcecobol4j"] | ||
path = opensourcecobol4j | ||
url = https://github.com/opensourcecobol/opensourcecobol4j.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opensourcecobol4j
added at
750d45