mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Fix typo & test fixtures on CI (#151)
This commit is contained in:
parent
79c8bcad6a
commit
f46438fa85
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ main_freebsd_task:
|
|||
- pip install --user Jinja2 PyYAML
|
||||
main_build_script:
|
||||
- ./autogen.sh
|
||||
- ./configure --enable-debug --enable-checks-all CFLAGS='-O3'
|
||||
- ./configure --enable-debug --enable-fixtures --enable-checks-all CFLAGS='-O3'
|
||||
- make
|
||||
- sudo make install
|
||||
main_test_script:
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
run: ./configure ${{matrix.debug}} --enable-checks --enable-checks-pthreads --enable-checks-python CC='${{matrix.cc}}' CFLAGS='${{matrix.opt}}'
|
||||
run: ./configure ${{matrix.debug}} --enable-fixtures --enable-checks --enable-checks-pthreads --enable-checks-python CC='${{matrix.cc}}' CFLAGS='${{matrix.opt}}'
|
||||
- name: make
|
||||
run: make
|
||||
- name: check
|
||||
|
|
|
@ -31,7 +31,7 @@ tasks:
|
|||
- build: |
|
||||
cd libkernaux
|
||||
./autogen.sh
|
||||
./configure --enable-debug --enable-checks-all CFLAGS='-O3'
|
||||
./configure --enable-debug --enable-fixtures --enable-checks-all CFLAGS='-O3'
|
||||
make
|
||||
doas make install
|
||||
- test: |
|
||||
|
|
|
@ -20,7 +20,7 @@ endif
|
|||
multiboot2_header_example0.bin: multiboot2_bin_examples_gen
|
||||
./multiboot2_bin_examples_gen header 0
|
||||
|
||||
multiboot2_header_example1.bin_examples_gen: multiboot2_bin
|
||||
multiboot2_header_example1.bin: multiboot2_bin_examples_gen
|
||||
./multiboot2_bin_examples_gen header 1
|
||||
|
||||
multiboot2_header_example2.bin: multiboot2_bin_examples_gen
|
||||
|
|
Loading…
Add table
Reference in a new issue