Skip to content

Commit

Permalink
workflow work
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2023
1 parent b6bb217 commit df0f2f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/core-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@ on:
branches:
- '*'
jobs:
core_deps:
runs-on: ubuntu-22.04
steps:
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
build:
runs-on: ubuntu-22.04
needs: [core_deps]
steps:
- uses: actions/checkout@v3
# - name: Install APT Deps
# run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
- name: Install APT Deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
- uses: threeal/[email protected]
- name: Build the project
run: cmake --build build
- name: Echo Test
run: |
ls
run: cmake --build build
8 changes: 4 additions & 4 deletions .github/workflows/embree-ubu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install APT Deps
- name: Install core deps
run: sudo apt install -y libboost-dev libeigen3-dev libassimp-dev
- uses: actions/checkout@v3
- uses: threeal/[email protected]
- name: Build the project
run: cmake --build build
- name: Echo Test
- name: Test Core
run: |
ls
./build/bin/rmagine_version

0 comments on commit df0f2f7

Please sign in to comment.