Skip to content

Commit

Permalink
Update to checkout action v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzka committed Oct 20, 2022
1 parent ecc664c commit 8201dfa
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
run: ctest -DCTEST_CMAKE_GENERATOR="Visual Studio 16 2019" -DCTEST_TOOLCHAIN_FILE="/tmp/cio/toolchains/x86_windows_msvc.cmake" -DCTEST_CONFIGURATION_TYPE:STRING=Debug -S build.cmake

Expand All @@ -22,7 +22,7 @@ jobs:
#
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# uses: actions/checkout@v3
# - name: ctest build
# run: ctest -VV -DCTEST_CMAKE_GENERATOR="Visual Studio 16 2019" -DCTEST_BUILD_SHARED_LIBS:BOOL=YES -DCTEST_TOOLCHAIN_FILE="/tmp/cio/toolchains/x86_windows_msvc.cmake" -DCTEST_CONFIGURATION_TYPE:STRING=Debug -S build.cmake

Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -74,7 +74,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -88,7 +88,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -102,7 +102,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -116,7 +116,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -130,7 +130,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -144,7 +144,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -158,7 +158,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -172,7 +172,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -187,7 +187,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -201,7 +201,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -215,7 +215,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand All @@ -229,7 +229,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: ctest build
uses: gatzka/[email protected]
with:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: sonarcloud cmake build
Expand All @@ -276,7 +276,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: cmake build
uses: gatzka/[email protected]
with:
Expand All @@ -296,7 +296,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: coverity cmake build
uses: gatzka/[email protected]
with:
Expand Down

0 comments on commit 8201dfa

Please sign in to comment.