From b543c4ec5e2f2415b1644fd072436ffb5ce8041b Mon Sep 17 00:00:00 2001 From: Stephen Hart Date: Tue, 3 Oct 2023 20:30:41 -0400 Subject: [PATCH] test --- bitbucket-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index cc0a447..0ee1347 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -51,10 +51,11 @@ pipelines: - git clone git@github.com: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