mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Building with run_tests
This commit is contained in:
parent
b088f61d3a
commit
758658ffb5
28
.github/workflows/test_linux.yml
vendored
28
.github/workflows/test_linux.yml
vendored
@ -167,22 +167,22 @@ 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 Cannon Sim
|
||||
run: |
|
||||
cd trick_sims/Cannon/SIM_cannon_numeric
|
||||
ls -la
|
||||
$TRICK_HOME/bin/trick-CP
|
||||
ls -la
|
||||
env:
|
||||
TRICK_HOME: "${{ github.workspace }}"
|
||||
# - name: Build trick
|
||||
# run: |
|
||||
# export MAKEFLAGS=-j`nproc`
|
||||
# ./configure
|
||||
# make
|
||||
# - name: Build Cannon Sim
|
||||
# run: |
|
||||
# cd trick_sims/Cannon/SIM_cannon_numeric
|
||||
# ls -la
|
||||
# $TRICK_HOME/bin/trick-CP
|
||||
# ls -la
|
||||
# env:
|
||||
# TRICK_HOME: "${{ github.workspace }}"
|
||||
- name: Run Civet Tests
|
||||
run: |
|
||||
trick_sims/Cannon/SIM_cannon_numeric/S_main_Linux_9.3_x86_64.exe trick_sims/Cannon/SIM_cannon_numeric/RUN_test/input.py
|
||||
# trick_sims/Cannon/SIM_cannon_numeric/S_main_Linux_9.3_x86_64.exe trick_sims/Cannon/SIM_cannon_numeric/RUN_test/input.py
|
||||
cd share/trick/pymods/trick/
|
||||
. .venv/bin/activate
|
||||
./run_tests.py
|
||||
|
Loading…
Reference in New Issue
Block a user