Skip to content

Commit

Permalink
#2: - fixed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 17, 2022
1 parent d19863c commit c3055d4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
CXX: ${{ matrix.config.cxx }}
APT_PACKAGES: python3 pip python-is-python3 g++ clang gpg wget libyaml-cpp-dev
PIP_PACKAGES: pytest numpy scipy matplotlib
SHAWDIR: /home/runner/work/SHAW/SHAW
WORKDIR: /home/runner/work/build
SHAWBUILDDEB_DIR: /home/runner/work/build/shaw-build-debug
SHAWBUILDREL_DIR: /home/runner/work/build/shaw-build-release
SHAWDIR: /__w/SHAW/SHAW
WORKDIR: /out/build
SHAWBUILDDEB_DIR: /out/build/shaw-build-debug
SHAWBUILDREL_DIR: /out/build/shaw-build-release

container: pressiomodelreduction/${{ matrix.config.image }}

Expand All @@ -46,9 +46,11 @@ jobs:

- name: Check environment
run: |
ls -la /__w/SHAW
echo ------------------------------------------------------
ls -la /__w/SHAW/SHAW
echo ======================================================
echo Creating directories:
mkdir -p $WORKDIR
mkdir -p $SHAWBUILDDEB_DIR
mkdir -p $SHAWBUILDREL_DIR
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
Expand Down

0 comments on commit c3055d4

Please sign in to comment.