Skip to content

Change nextFileInfo() to fileInfo() #7

Change nextFileInfo() to fileInfo()

Change nextFileInfo() to fileInfo() #7

name: Build Ubuntu x64
on: [push, pull_request]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}