File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 66 ubuntu-build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - name : start docker
1111 run : |
1212 docker run -w /src -dit --name alpine -v $PWD:/src alpine:latest
2424 ./alpine.sh cmake --build build_for_alpine
2525 - name : test
2626 run : |
27- ./alpine.sh bash -c "cd build_for_alpine && ctest -R basictest"
27+ ./alpine.sh bash -c "cd build_for_alpine && ctest -R basictest"
Original file line number Diff line number Diff line change 1414 - {cxx: , arch: } # default=gcc9
1515 # - {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Compile with amalgamation
1919 run : |
2020 mkdir build &&
Original file line number Diff line number Diff line change 2323 CMAKE_GENERATOR : Ninja
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - uses : msys2/setup-msys2@v2
2828 with :
2929 update : true
Original file line number Diff line number Diff line change 2929 CMAKE_GENERATOR : Ninja
3030
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3333 - uses : msys2/setup-msys2@v2
3434 with :
3535 update : true
Original file line number Diff line number Diff line change 1515 - {cxx: , arch: } # default=gcc7
1616 # - {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc7
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - name : Setup cmake
20202121 with :
Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 - name : Use cmake
1313 run : |
1414 mkdir build &&
Original file line number Diff line number Diff line change 1414 - {cxx: , arch: } # default=gcc9
1515 # - {cxx: , arch: -DCMAKE_CXX_FLAGS="-m32"} # default=gcc9
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Use cmake
1919 run : |
2020 mkdir build &&
Original file line number Diff line number Diff line change 1414 - {arch: ARM64}
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Use cmake
1919 run : |
2020 cmake -A ${{ matrix.arch }} -DCMAKE_CROSSCOMPILING=1 -DFASTFLOAT_TEST=ON -B build &&
21- cmake --build build --verbose
21+ cmake --build build --verbose
Original file line number Diff line number Diff line change 1414 - {gen: Visual Studio 17 2022, arch: x64}
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Use cmake
1919 run : |
2020 mkdir build &&
2626 cd ../tests/installation_tests/find &&
2727 mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX:PATH=../../../build/destination .. && cmake --build . --verbose
2828 cd ../../issue72_installation &&
29- mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX:PATH=../../../build/destination .. && cmake --build . --verbose
29+ mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX:PATH=../../../build/destination .. && cmake --build . --verbose
Original file line number Diff line number Diff line change 1414 - {gen: Visual Studio 17 2022, arch: x64}
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Configure
1919 run : |
2020 mkdir build
You can’t perform that action at this time.
0 commit comments