File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 echo "build_version=$(git describe --always --tags "refs/remotes/origin/${HEAD_REF}")" >> $GITHUB_OUTPUT
4949 echo "build_config=RelWithDebInfo" >> $GITHUB_OUTPUT
50- echo "build_ubuntu_version=18.04" >> $GITHUB_OUTPUT
51- echo "build_shared=0" >> $GITHUB_OUTPUT
52- echo "build_server=1" >> $GITHUB_OUTPUT
53- echo "build_tools=0" >> $GITHUB_OUTPUT
5450
5551 - name : Setup Python
5652 uses : actions/setup-python@v2
6965 $env:OMP_BUILD_COMMIT=$(git rev-parse HEAD)
7066 mkdir build
7167 cd build
72- cmake .. -A Win32 -T "ClangCL"
68+ cmake -DCMAKE_BUILD_TYPE=${{ steps.vars.outputs.build_config }} .. -A Win32 -T "ClangCL"
7369
7470 - name : Build
7571 run : |
Original file line number Diff line number Diff line change 2727 run : |
2828 echo "build_version=$(git describe --always --tags "refs/remotes/origin/${HEAD_REF}")" >> $GITHUB_OUTPUT
2929 echo "build_config=RelWithDebInfo" >> $GITHUB_OUTPUT
30- echo "build_ubuntu_version=18.04" >> $GITHUB_OUTPUT
31- echo "build_shared=0" >> $GITHUB_OUTPUT
32- echo "build_server=1" >> $GITHUB_OUTPUT
33- echo "build_tools=0" >> $GITHUB_OUTPUT
3430
3531 - name : Setup Python
3632 uses : actions/setup-python@v2
4945 $env:OMP_BUILD_COMMIT=$(git rev-parse HEAD)
5046 mkdir build
5147 cd build
52- cmake .. -A Win32 -T "ClangCL"
48+ cmake -DCMAKE_BUILD_TYPE=${{ steps.vars.outputs.build_config }} .. -A Win32 -T "ClangCL"
5349
5450 - name : Build
5551 run : |
You can’t perform that action at this time.
0 commit comments