Skip to content

Commit

Permalink
Troubleshoot #4
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Jul 1, 2021
1 parent ee6e8f2 commit 3ccff2c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/actions/tutorial/gps-build
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ export SCRIPT_DIR="${FPRIME_DIR}/ci"
. "${SCRIPT_DIR}/helpers.bash"

export LOG_DIR="${FPRIME_DIR}/.github/actions/tutorial/ci-logs-$(date +"%Y-%m-%dT%H%M%S")"
cd ${LOG_DIR}
ls -l
mkdir -p "${LOG_DIR}"
ls -l

# Move to GpsApp directory
cd gps-tutorial/GpsApp
#cd gps-tutorial/GpsApp

# Build GpsApp
fprime-util generate
fprime-util build
#fprime-util generate
#fprime-util build

# Log
archive_logs

0 comments on commit 3ccff2c

Please sign in to comment.