-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for multiple sites and an extra pubkey
Signed-off-by: Konrad Gräfe <[email protected]>
- Loading branch information
1 parent
e1237bb
commit 006ad0b
Showing
9 changed files
with
57 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,3 +228,32 @@ jobs: | |
shell: bash | ||
env: | ||
SHELLOPTS: igncr | ||
|
||
multiple-sites-and-pubkeys: | ||
runs-on: windows-latest | ||
strategy: | ||
fail-fast: false | ||
|
||
name: 'Test multiple sites and extra pubkeys' | ||
|
||
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
|
||
- name: Run repo HTTP server | ||
uses: Eun/[email protected] | ||
with: | ||
directory: ${{ github.workspace }}\tests\repo | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
with: | ||
site: | | ||
http://localhost:8080 | ||
http://mirrors.kernel.org/sourceware/cygwin/ | ||
packages: cygwin-install-action-test | ||
pubkeys: ${{ github.workspace }}\tests\repo\key.pub | ||
|
||
- name: Run test shell script | ||
run: C:\cygwin\bin\bash.exe /cygwin-install-action-test.sh |
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
...epo/x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1-src.hint
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,4 @@ | ||
category: Debug | ||
build-depends: cygport | ||
sdesc: "test" | ||
ldesc: "test" |
Binary file added
BIN
+232 Bytes
...o/x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1-src.tar.xz
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
tests/repo/x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1.hint
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,4 @@ | ||
category: Debug | ||
requires: cygwin | ||
sdesc: "test" | ||
ldesc: "test" |
Binary file added
BIN
+232 Bytes
.../repo/x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1.tar.xz
Binary file not shown.
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,20 @@ | ||
# This file was automatically generated at 2023-04-06 23:08:13 CEST. | ||
# | ||
# If you edit it, your edits will be discarded next time the file is | ||
# generated. | ||
# | ||
# See https://sourceware.org/cygwin-apps/setup.ini.html for a description | ||
# of the format. | ||
release: cygwin | ||
arch: x86_64 | ||
setup-timestamp: 1680815293 | ||
|
||
@ cygwin-install-action-test | ||
sdesc: "test" | ||
ldesc: "test" | ||
category: Debug | ||
version: 1.0.0-1 | ||
install: x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1.tar.xz 232 87295610f57d118b9c7f80949c220a71578d1e89ef4cf8d63ff785d0e1ba98b285fbc16ede73a66712aaa5f5ab3729bbbd1968247ee1e8bfb19f3fcbc3c8a576 | ||
source: x86_64/release/cygwin-install-action-test/cygwin-install-action-test-1.0.0-1-src.tar.xz 232 87295610f57d118b9c7f80949c220a71578d1e89ef4cf8d63ff785d0e1ba98b285fbc16ede73a66712aaa5f5ab3729bbbd1968247ee1e8bfb19f3fcbc3c8a576 | ||
depends2: cygwin | ||
build-depends: cygport |
Binary file not shown.