Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metita authored Mar 13, 2024
1 parent 3d8a2f8 commit 0449251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Build and Run unittests
run: |
rm -rf build && CC=icc CXX=icpc cmake -DCMAKE_BUILD_TYPE=Debug Unittests -B build && cmake --build build -j8
rm -rf build && CC=icc CXX=icpc cmake -DCMAKE_BUILD_TYPE=Unittests -B build && cmake --build build -j8
retVal=0
export LD_LIBRARY_PATH="rehlds/lib/linux32:$LD_LIBRARY_PATH"
./build/rehlds/engine_i486 2> /dev/null > result.log || retVal=$?
Expand All @@ -185,7 +185,7 @@ jobs:

- name: Build using Intel C++ Compiler
run: |
rm -rf build && CC=icc CXX=icpc cmake -B build && cmake --build build -j8
rm -rf build && CC=icc CXX=icpc cmake -DCMAKE_BUILD_TYPE=Debug -B build && cmake --build build -j8 -v
- name: Prepare HLSDK
run: |
Expand Down

0 comments on commit 0449251

Please sign in to comment.