diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-12-12 15:03:18 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-12 15:03:18 +0100 |
commit | 4cd335b3c10eed9ff859ec6f826874b81ae2e15b (patch) | |
tree | 5c5f128a362ad6ffdc03120bcf3e44e78747cf6e | |
parent | 09eb9a0c7936e471e48804c012967c58612bc032 (diff) | |
download | polecat-4cd335b3c10eed9ff859ec6f826874b81ae2e15b.tar.gz polecat-4cd335b3c10eed9ff859ec6f826874b81ae2e15b.zip |
[CI] output environment with polecat
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ba114..55560aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: run: cmake -E make_directory ${{runner.workspace}}/build - name: Configure CMake - shell: bash working-directory: ${{runner.workspace}}/build + shell: bash run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build @@ -36,3 +36,7 @@ jobs: shell: bash run: cmake --build . --config $BUILD_TYPE + - name: Get environment feedback + working-directory: ${{runner.workspace}}/build + shell: bash + run: ./polecat env
\ No newline at end of file |