Extend github worflow.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-01-26 14:42:44 -05:00
parent 2abf5120a3
commit dbaa4c51f8
3 changed files with 9 additions and 10 deletions
+4 -4
View File
@@ -6,14 +6,14 @@ on:
paths-ignore:
- "**.md"
- ".gitignore"
- "ubuntu.yml"
- "windows.yml"
- "**/ubuntu.yml"
- "**/windows.yml"
pull_request:
paths-ignore:
- "**.md"
- ".gitignore"
- "ubuntu.yml"
- "windows.yml"
- "**/ubuntu.yml"
- "**/windows.yml"
jobs:
build:
name: Build
+4 -4
View File
@@ -6,14 +6,14 @@ on:
paths-ignore:
- "**.md"
- ".gitignore"
- "macos.yml"
- "windows.yml"
- "**/macos.yml"
- "**/windows.yml"
pull_request:
paths-ignore:
- "**.md"
- ".gitignore"
- "macos.yml"
- "windows.yml"
- "**/macos.yml"
- "**/windows.yml"
jobs:
doxygen:
name: Doxygen
+1 -2
View File
@@ -1,8 +1,7 @@
# =============================================================================
# Set the minimum required version of cmake.
cmake_minimum_required(VERSION 3.1...3.22)
#
set(HAVE_FLAG_SEARCH_PATHS_FIRST 0)
# Initialize the project.
project(mentos C ASM)