Skip to content

Commit

Permalink
Update Linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Nov 4, 2023
1 parent ac3c4ce commit 29d07ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
run : sudo apt-get update && sudo apt-get install libgl1-mesa-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libxcursor-dev
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_TEST=ON
- name: build DemoApp
run: cmake --build build --config Release -t ImGuiFileDialog_App
- name: build TestApp
run: cmake --build build --config Release -t ImGuiFileDialog_Test
- name: CTest
- name: build
run: cmake --build build --config Release
- name: ctest
run: ctest --test-dir build --output-on-failure
- name: upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 29d07ed

Please sign in to comment.