Skip to content

fix cosmoc toolchain for c++ #10753

fix cosmoc toolchain for c++

fix cosmoc toolchain for c++ #10753

Workflow file for this run

name: FreeBSD
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Tests
uses: vmactions/freebsd-vm@v1
with:
usesh: true
mem: 4096
copyback: false
prepare: pkg install -y git curl unzip gmake llvm gsed bash perl5
run: |
./configure
gmake -j4
gmake install
export XMAKE_ROOT=y
xrepo --version
xmake l os.meminfo
xmake lua -v -D tests/run.lua