Skip to content

Added build script options for building with VKVG and Skia support. #198

Added build script options for building with VKVG and Skia support.

Added build script options for building with VKVG and Skia support. #198

Workflow file for this run

name: Build on Ubuntu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
BUILD_TYPE: Release
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, ubuntu-24.04 ]
runs-on: ${{ matrix.os }}
name: "Build on ${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
shell: bash
run: |
sudo apt-get update
./build.sh --do-not-run