1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00
This commit is contained in:
Alex Kotov 2022-01-30 10:54:53 +05:00
parent e644e238b6
commit 81dcd7f5b4
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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