mirror of
https://github.com/i3/i3.git
synced 2025-10-30 03:42:37 +00:00
GH action: Upload built htmls (#6070)
This commit is contained in:
parent
1ee963ede9
commit
4215998929
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -39,6 +39,13 @@ jobs:
|
|||||||
- name: build i3
|
- name: build i3
|
||||||
run: |
|
run: |
|
||||||
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 -e CC ${{ env.BASENAME }} /bin/sh -c 'rm -rf build; mkdir -p build && cd build && CFLAGS="-Wformat -Wformat-security -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Werror -fno-common -D_FORTIFY_SOURCE=3" meson setup .. -Ddocs=true -Dmans=true -Db_sanitize=address --buildtype=debugoptimized && ninja -v'
|
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 -e CC ${{ env.BASENAME }} /bin/sh -c 'rm -rf build; mkdir -p build && cd build && CFLAGS="-Wformat -Wformat-security -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Werror -fno-common -D_FORTIFY_SOURCE=3" meson setup .. -Ddocs=true -Dmans=true -Db_sanitize=address --buildtype=debugoptimized && ninja -v'
|
||||||
|
- name: Upload docs html for manual inspection
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: i3-docs
|
||||||
|
path: |
|
||||||
|
build/*.html
|
||||||
|
if: matrix.compiler == 'gcc'
|
||||||
- name: check spelling
|
- name: check spelling
|
||||||
run: |
|
run: |
|
||||||
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 ${{ env.BASENAME }} ./travis/check-spelling.pl
|
docker run -v $PWD:/usr/src/i3/ -w /usr/src/i3 ${{ env.BASENAME }} ./travis/check-spelling.pl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user