mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 05:04:27 +02:00
ci: if
branches fixed in a GitHub Actions
This commit is contained in:
4
.github/workflows/ci-new.yml
vendored
4
.github/workflows/ci-new.yml
vendored
@@ -20,7 +20,7 @@
|
|||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
name: Windows CI
|
name: New CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -63,6 +63,7 @@ jobs:
|
|||||||
${{ runner.os }}-build-
|
${{ runner.os }}-build-
|
||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ $RUNNER_OS == 'Linux' ]; then
|
if [ $RUNNER_OS == 'Linux' ]; then
|
||||||
apt install -y ninja-build
|
apt install -y ninja-build
|
||||||
@@ -80,6 +81,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U conan_package_tools
|
pip install -U conan_package_tools
|
||||||
- name: Set Conan default profile
|
- name: Set Conan default profile
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
conan profile new --detect default
|
conan profile new --detect default
|
||||||
if [ ${{ matrix.config.compiler.type }} == 'GCC' ]; then
|
if [ ${{ matrix.config.compiler.type }} == 'GCC' ]; then
|
||||||
|
Reference in New Issue
Block a user