Skip to content

Commit

Permalink
test with vcpkg tag 2023.12.12 at commit id c8696863d371ab7f46e213d8f…
Browse files Browse the repository at this point in the history
…5ca923c4aef2a00

drop fltk (upstream bugs) and use 7zip for testing
  • Loading branch information
lukka committed Mar 18, 2024
1 parent 3297b9a commit f37d925
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true # Disable just on v7 branch since it is sometime failing.

tests:
name: '${{ matrix.os }}: functional tests'
Expand All @@ -53,7 +54,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00'
useShell: true

- name: basic test for run-vcpkg with setupOnly
Expand All @@ -62,7 +63,7 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: sqlite3
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00'
useShell: true
setupOnly: true

Expand All @@ -72,5 +73,5 @@ jobs:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgArguments: '--overlay-ports=../__tests__/assets/1 sqlite3 @../__tests__/assets/tempDirectory/response_file1 --overlay-ports=../__tests__/assets/subdir/2 @../__tests__/assets/response_file2'
vcpkgGitUrl: 'https://github.com/microsoft/vcpkg.git'
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00'
useShell: true
2 changes: 1 addition & 1 deletion __tests__/assets/response_file2
@@ -1,2 +1,2 @@
--overlay-ports=../__tests__/assets/any_dir
fltk
7zip
2 changes: 1 addition & 1 deletion __tests__/assets/tempDirectory/response_file1
@@ -1,3 +1,3 @@
sqlite3
fltk
7zip
--overlay-ports=../__tests__/assets/tempDirectory/another

0 comments on commit f37d925

Please sign in to comment.