mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix ci
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
macos-prebuilt:
|
macos-prebuilt:
|
||||||
runs-on: macos-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -162,7 +162,7 @@ jobs:
|
|||||||
run: ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
|
run: ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
|
||||||
|
|
||||||
windows-prebuilt:
|
windows-prebuilt:
|
||||||
runs-on: windows
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Download V
|
- name: Download V
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -208,7 +208,7 @@ jobs:
|
|||||||
run: docker build . -f Dockerfile.cross
|
run: docker build . -f Dockerfile.cross
|
||||||
|
|
||||||
windows-gcc:
|
windows-gcc:
|
||||||
runs-on: windows
|
runs-on: windows-2019
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
steps:
|
steps:
|
||||||
@ -231,7 +231,7 @@ jobs:
|
|||||||
run: ./v -silent build-vbinaries
|
run: ./v -silent build-vbinaries
|
||||||
|
|
||||||
windows-msvc:
|
windows-msvc:
|
||||||
runs-on: windows
|
runs-on: windows-2019
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user