Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 8, 2024
1 parent ee3e396 commit 4e785ad
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/ci.yml
Expand Up @@ -194,30 +194,19 @@ jobs:
cd ${SSCDIR}/build
cmake .. -DSAM_SKIP_TOOLS=1
cmake --build . --config Release -j4
ls test/Release
cp ${SSCDIR}/build/ssc/Release/* ${SSCDIR}/build/test/Release
- name: Test
shell: bash
# Turn off fast fail for when the landbosse tests write to cerr
run: |
ls -lh ${SSCDIR}/build/test/Release
cd ${SSCDIR}/build/test/Release
chmod +x Test.exe
ls -lh Test.exe
# ./Test.exe
ls -lh .
./Test.exe
- name: Test
uses: actions/upload-artifact@v3
with:
name: SSC Test
path: |
${{env.SSCDIR}}/build/test/Release/Test.exe
${{env.SSCDIR}}/build/test/Release/Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: SSC Linux Shared Libraries
path: |
${{env.SSCDIR}}\build\ssc\libssc.so
${{env.SSCDIR}}\build\ssc\ssc.so
${{env.SSCDIR}}\build\ssc\Release\ssc.dll

0 comments on commit 4e785ad

Please sign in to comment.