Skip to content

Commit

Permalink
test-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Roldao authored and Ricardo Roldao committed May 20, 2024
1 parent 9fa863c commit 79b4567
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ jobs:
ref: R_2_2_9
path: "libexpat"

# - name: Windows - Install boost 1.83.0 with gcc and x86
# uses: MarkusJx/[email protected]
# id: windows-gcc-1_83-x86
# with:
# boost_version: 1.83.0
# platform: windows
# boost_install_dir: C:\runner
# toolset: msvc
# arch: x86
# cache: true
- name: Windows - Install boost 1.83.0 with gcc and x86
uses: MarkusJx/[email protected]
id: windows-gcc-1_83-x86
with:
boost_version: 1.83.0
platform: windows
boost_install_dir: C:\runner
toolset: msvc
arch: x86
cache: true

- name: "Build expat"
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
- name: "Build capicxx-core-runtime"
run: |
cmake -S capicxx-core-runtime -B build-core-runtime -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}\install
cmake -S capicxx-core-runtime -B build-core-runtime -D BOOST_ROOT=C:\runner\boost -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}\install
cmake --build build-core-runtime --target install
- name: "Build capicxx-dbus-runtime"
Expand All @@ -143,7 +143,7 @@ jobs:
Start-Sleep -Seconds 1
$env:DBUS_SESSION_BUS_ADDRESS = Receive-Job $dbus_daemon
try {
env -C ${{ runner.workspace }}\capicxx-dbus-runtime\build-dbus-runtime\src\test ctest -V
ctest --test-dir ${{ runner.workspace }}\capicxx-dbus-runtime\build-dbus-runtime\src\test -V
exit $LASTEXITCODE
} finally {
Stop-Job $dbus_daemon
Expand Down

0 comments on commit 79b4567

Please sign in to comment.