Now building trick

This commit is contained in:
Caleb Herpin 2021-07-28 09:42:33 -05:00
parent a906e1a65d
commit a0e8df2992

View File

@ -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