Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloPicose authored Oct 14, 2024
1 parent 9d8ab24 commit 1e9d07a
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,39 +64,3 @@ jobs:
- name: Execute tests
run: |
cmake --build build --target test
build-fedora:
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- uses: actions/checkout@v4

- name: Install build tools and GLFW dependencies
run: |
dnf install -y gcc-c++ cmake make git tar curl zip unzip \
mesa-libGL-devel mesa-libGLU-devel \
libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel \
glfw-devel
- name: Install build tools and dependencies
run: |
dnf install -y gcc-c++ cmake make tar curl zip unzip git
- name: Install vcpkg
run: |
if [ ! -d "vcpkg" ]; then
git clone https://github.com/Microsoft/vcpkg.git
fi
./vcpkg/bootstrap-vcpkg.sh
- name: Install dependencies with vcpkg
run: |
./vcpkg/vcpkg install
- name: Build and Test
run: |
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build
cmake --build build --target test

0 comments on commit 1e9d07a

Please sign in to comment.