mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Fix CI
This commit is contained in:
parent
e644e238b6
commit
81dcd7f5b4
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -59,6 +59,14 @@ jobs:
|
|||
submodules: true
|
||||
- name: dependencies
|
||||
run: sudo apt-get -y install cppcheck rake
|
||||
- name: autogen
|
||||
run: ./autogen.sh
|
||||
- name: configure
|
||||
run: ./configure CFLAGS='-O3 -fPIC'
|
||||
- name: make
|
||||
run: make
|
||||
- name: install
|
||||
run: sudo make install
|
||||
- working-directory: vendor/mruby
|
||||
name: build config
|
||||
run: cp ../../pkgs/mruby/build_config.rb build_config/default.rb
|
||||
|
|
Loading…
Add table
Reference in a new issue