Skip to content

analyzer: merge creation of vtmp directory for check-updates/up commands #259

analyzer: merge creation of vtmp directory for check-updates/up commands

analyzer: merge creation of vtmp directory for check-updates/up commands #259

Workflow file for this run

name: Build CI
on:
push:
paths-ignore:
- '.github/**'
- '!**/build_ci.yml'
- '**/test/**'
- '**/tests/**'
- '**/*.md'
- '**/test_*.v'
- '**/*_test.v'
pull_request:
paths-ignore:
- '.github/**'
- '!**/build_ci.yml'
- '**/test/**'
- '**/tests/**'
- '**/*.md'
- '**/test_*.v'
- '**/*_test.v'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
mode: [debug, dev, release]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install V
id: install-v
uses: vlang/[email protected]
with:
check-latest: true
- name: Checkout v-analyzer
uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: v run build.vsh ${{ matrix.mode }}
- name: Check if the build is successful
run: ./bin/v-analyzer --version