Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swhart115 committed Oct 4, 2023
1 parent 1592d5b commit b543c4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ pipelines:
- git clone [email protected]:traclabs/cFS.git
- pushd cFS
- git submodule update --init --recursive
- chown -R traclabs ./cFS
- ./submodule_status.sh
- make SIMULATION=native prep
- make
- make install
- su -s /bin/bash -c "make SIMULATION=native prep" traclabs
- su -s /bin/bash -c "make" traclabs
- su -s /bin/bash -c "make install" traclabs
- popd
- cd cFS/build/exe/cpu1
- su -s /bin/bash -c "./core-cpu1 &" traclabs
Expand Down

0 comments on commit b543c4e

Please sign in to comment.