Skip to content

Prepare 1.2.0 release #16

Prepare 1.2.0 release

Prepare 1.2.0 release #16

Workflow file for this run

name: Build for Linux with GCC
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Build with GCC
run: |
mkdir -p build
cd build
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
make
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: libgpu-linux-x86
path: |
build/source/arm_gpuinfo