mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: turn on only the first part of binary_artifact.yml (building)
This commit is contained in:
parent
067c8b39ba
commit
9e16576380
42
.github/workflows/binary_artifact.yml
vendored
42
.github/workflows/binary_artifact.yml
vendored
@ -1,24 +1,24 @@
|
||||
## name: Build binary artifacts
|
||||
##
|
||||
## on:
|
||||
## push:
|
||||
## branches:
|
||||
## - main
|
||||
## - master
|
||||
##
|
||||
## jobs:
|
||||
## build-linux:
|
||||
## runs-on: ubuntu-latest
|
||||
## strategy:
|
||||
## matrix:
|
||||
## compiler: [gcc]
|
||||
##
|
||||
## steps:
|
||||
## - uses: actions/checkout@v1
|
||||
## - name: Compile
|
||||
## env:
|
||||
## CC: ${{ matrix.compiler }}
|
||||
## run: make
|
||||
name: Build binary artifacts
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
compiler: [gcc]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Compile
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
run: make
|
||||
## - name: Create artifact
|
||||
## uses: actions/upload-artifact@v2
|
||||
## with:
|
||||
|
Loading…
Reference in New Issue
Block a user