Skip to content

Support base file names with dots and icf output for all provided source files (not only one) #124

Support base file names with dots and icf output for all provided source files (not only one)

Support base file names with dots and icf output for all provided source files (not only one) #124

Workflow file for this run

name: linux C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes : 15
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: |
make -C "$GITHUB_WORKSPACE/src" ORANGEC="$GITHUB_WORKSPACE" COMPILER=gcc-linux -j 8