mirror of
https://github.com/nasa/trick.git
synced 2025-01-31 00:24:03 +00:00
Now building trick
This commit is contained in:
parent
a906e1a65d
commit
a0e8df2992
10
.github/workflows/test_linux.yml
vendored
10
.github/workflows/test_linux.yml
vendored
@ -167,11 +167,11 @@ jobs:
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
python3 -m venv .venv && . .venv/bin/activate && pip3 install -r requirements.txt
|
||||
# - name: Build trick
|
||||
# run: |
|
||||
# export MAKEFLAGS=-j`nproc`
|
||||
# ./configure
|
||||
# make
|
||||
- name: Build trick
|
||||
run: |
|
||||
export MAKEFLAGS=-j`nproc`
|
||||
./configure
|
||||
make
|
||||
# - name: Build Cannon Sim
|
||||
# run: |
|
||||
# cd trick_sims/Cannon/SIM_cannon_numeric
|
||||
|
Loading…
x
Reference in New Issue
Block a user