Can we directly invoke msys2 make?

This commit is contained in:
David Given
2019-07-06 20:55:28 +02:00
parent 6890c802a6
commit a0e90a09e0

View File

@@ -1,4 +1,6 @@
language: shell
git:
depth: 1
matrix:
include:
@@ -8,16 +10,22 @@ matrix:
dist: xenial
compiler: gcc
env: CXX=g++-8
script:
- make
-
os: osx
osx_image: xcode10.2
compiler: clang
script:
- make
-
os: windows
env:
MSYSTEM: MINGW32
install:
- choco upgrade git.install
- pacman -S ninja
- choco install ninja
script:
- c:/msys64/usr/bin/make
addons:
apt:
@@ -33,9 +41,4 @@ addons:
packages:
- ninja
git:
depth: 1
script:
- make