Skip to content

CLANG_VERSION and GCC_VERSION #1

CLANG_VERSION and GCC_VERSION

CLANG_VERSION and GCC_VERSION #1

name: Linux C++11
on:
push:
branches: [ "v3" ]
env:
GCC_VERSION: 12
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: .xmake-cache
- name: Build
run: xmake build -w -v "Tests cxx11"
- name: Test
run: xmake run "Tests cxx11"