Skip to content

Commit

Permalink
Run make in ci-pipeline directly
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jan 3, 2024
1 parent 2e5f91f commit 5775a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Install dependencies"
run: sudo apt-get install -y build-essential cmake pkg-config qtbase5-dev libqt5opengl5-dev libgl1-mesa-dev libglu1-mesa-dev libprotobuf-dev protobuf-compiler libode-dev libboost-dev
- name: "Build"
run: mkdir build && cd build && cmake .. && make
run: make

build-macos:
runs-on: ${{ matrix.os }}
Expand All @@ -30,7 +30,7 @@ jobs:
- name: "Install dependencies"
run: brew tap robotology/formulae && brew install qt5 protobuf robotology/formulae/ode
- name: "Build"
run: mkdir build && cd build && cmake .. && make
run: make
env:
Qt5_DIR: /usr/local/opt/qt5/lib/cmake/Qt5

Expand Down

0 comments on commit 5775a6f

Please sign in to comment.