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
1 changed files with 8 additions and 0 deletions

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