diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abd7a7b..6ebc25e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,13 +4,13 @@ on: paths: - 'libbflc' - 'bflc' - - 'docs/jit_example.c' + - 'docs/*.c' - '.github/workflows/*.yml' pull_request: paths: - 'libbflc' - 'bflc' - - 'docs/jit_example.c' + - 'docs/*.c' - '.github/workflows/*.yml' jobs: @@ -38,7 +38,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -qq cmake - - name: build all and examples + - name: build run: | cmake -B build make -C build @@ -60,7 +60,7 @@ jobs: execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf ./cmake.zip) file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/${cmake_dir}" cmake_dir) message("::set-output name=cmake_dir::${cmake_dir}") - - name: build all and examples + - name: build run: | cmake -B build make -C build