ci: test prebuilt macos package
parent
dc90f4f4a6
commit
14a29823c0
|
@ -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: |
|
||||||
|
@ -159,10 +159,10 @@ jobs:
|
||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vlang/v/releases/latest/download/v_macos.zip && unzip v_macos.zip && ./v --version
|
run: wget https://github.com/vlang/v/releases/latest/download/v_macos.zip && unzip v_macos.zip && ./v --version
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: echo "TODO" #./v examples/hello_world.v && examples/hello_world && ./v -silent build-examples
|
run: echo ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
|
||||||
|
|
||||||
windows-prebuilt:
|
windows-prebuilt:
|
||||||
runs-on: windows-2019
|
runs-on: windows
|
||||||
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-2019
|
runs-on: windows
|
||||||
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-2019
|
runs-on: windows
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue