Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Dec 8, 2024
1 parent 77d981a commit 12c8d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
configFile: ./.devcontainer/ubuntu_20.04_12/devcontainer.json
push: always # TODO: remove
runCmd: |
cmake --workflow --preset build-and-test -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --preset mull -DMULL_VERSION=${{ steps.metadata.outputs.version }}${{ steps.metadata.outputs.suffix }}
cmake --workflow --preset build-and-test
cmake --workflow --preset package
ls ./build.dir/
./end2end-tests/run_end2end_tests.sh 12
Expand Down

0 comments on commit 12c8d7f

Please sign in to comment.