Makefile: no darwin+arm windows+arm build matrix
This commit excludes Darwin+ARM and Windows+ARM combinations from the build matrix. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
parent
f52efc212c
commit
42c895f70a
@ -21,6 +21,8 @@ install: true
|
||||
script:
|
||||
- make
|
||||
- make all-build
|
||||
- make OS=darwin
|
||||
- make OS=windows
|
||||
- make clean
|
||||
- make unit
|
||||
- make lint
|
||||
|
Loading…
Reference in New Issue
Block a user