gjkghkf
This commit is contained in:
parent
2289db1b1f
commit
cfcd9a770c
5
.github/workflows/cona-isa.yml
vendored
5
.github/workflows/cona-isa.yml
vendored
@ -8,7 +8,10 @@ on:
|
||||
jobs:
|
||||
# Rustlang
|
||||
build-rustlang:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: building..
|
||||
|
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ build-rustlang:
|
||||
|
||||
# FIXME: Add logic
|
||||
build-clang-c:
|
||||
@ exit "$NEUTRALCODE"
|
||||
@ exit 1
|
||||
|
||||
build-gcc-c:
|
||||
@ # Make a build directory
|
||||
|
Loading…
Reference in New Issue
Block a user