Skip to content

Commit

Permalink
cmp - specify parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Sep 23, 2021
1 parent b25585e commit 3bc2940
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ on:
push:
branches: [cmake-build]
jobs:
build:
build-ubuntu:
name: Ubuntu Build
runs-on: ubuntu-latest
steps:
#- uses: claudioperez/OpenSees@cmake-build
- uses: actions/checkout@v2
with: {ref: cmake-build}
- run: |

- name: Install Tcl
run:
sudo apt-get install tcl-dev

- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build . --target OpenSeesTcl
cmake --build . --target OpenSeesTcl -j5

0 comments on commit 3bc2940

Please sign in to comment.