mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 00:58:49 +00:00
Fix missing library errors and make it run only on pushes to source
Add status tags to README
This commit is contained in:
13
.github/workflows/build-doxygen.yml
vendored
13
.github/workflows/build-doxygen.yml
vendored
@@ -3,8 +3,15 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: ["dev"]
|
||||
pull_request:
|
||||
branches: ["dev"]
|
||||
paths:
|
||||
- "4J.Input/**"
|
||||
- "4J.Profile/**"
|
||||
- "4J.Render/**"
|
||||
- "4J.Storage/**"
|
||||
- "Minecraft.Assets/**"
|
||||
- "Minecraft.Client/**"
|
||||
- "Minecraft.World/**"
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,7 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Doxygen
|
||||
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
|
||||
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz build-essential libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
|
||||
- name: Update doxygen-awesome
|
||||
run: git submodule update --init --recursive
|
||||
- name: Generate Docs
|
||||
|
||||
Reference in New Issue
Block a user