mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: disable C++ test for now
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -407,10 +407,10 @@ jobs:
|
||||
run: make -j4
|
||||
- name: g++ version
|
||||
run: g++-9 --version
|
||||
- name: Running tests with g++
|
||||
run: ./v -cc g++-9 test-fixed
|
||||
- name: V self compilation with g++
|
||||
run: ./v -cc g++-9 -o v2 cmd/v && ./v2 -cc g++-9 -o v3 cmd/v
|
||||
# - name: Running tests with g++
|
||||
# run: ./v -cc g++-9 test-fixed
|
||||
# - name: V self compilation with g++
|
||||
# run: ./v -cc g++-9 -o v2 cmd/v && ./v2 -cc g++-9 -o v3 cmd/v
|
||||
|
||||
install-modules:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user