File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd build
2525
2626# configure and build
2727cmake ${CMAKE_ARGS} ../
28- make -j
28+ VERBOSE=1 make -j
2929
3030# run unit tests
3131src/unittests
Original file line number Diff line number Diff line change 1- name : Run CI
1+ name : Platform Build
22
33on :
44 push :
Original file line number Diff line number Diff line change @@ -40,10 +40,16 @@ jobs:
4040 env :
4141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4242 run : |
43- gh workflow run build.yml --ref ${{ steps.tag.outputs.new_tag }}
43+ gh workflow run ci_build.yml --ref ${{ steps.tag.outputs.new_tag }}
44+
45+ - name : Run Platform Build ${{ steps.tag.outputs.new_tag }}
46+ env :
47+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48+ run : |
49+ gh workflow run platform_build.yml --ref ${{ steps.tag.outputs.new_tag }}
4450
4551 - name : Build and Publish Containers for ${{ steps.tag.outputs.new_tag }}
4652 env :
4753 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4854 run : |
49- gh workflow run build_containers .yml --ref ${{ steps.tag.outputs.new_tag }}
55+ gh workflow run build_docker_containers .yml --ref ${{ steps.tag.outputs.new_tag }}
You can’t perform that action at this time.
0 commit comments