mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
Bump version (0.2.0) [fix]
This commit is contained in:
parent
39aeb141ab
commit
313c8dafed
1 changed files with 5 additions and 5 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -41,17 +41,17 @@ jobs:
|
||||||
- name: dist
|
- name: dist
|
||||||
run: make dist
|
run: make dist
|
||||||
- name: extract
|
- name: extract
|
||||||
run: tar -xzf libkernaux-0.1.0.tar.gz
|
run: tar -xzf libkernaux-0.2.0.tar.gz
|
||||||
- working-directory: libkernaux-0.1.0
|
- working-directory: libkernaux-0.2.0
|
||||||
name: configure
|
name: configure
|
||||||
run: ./configure --enable-tests-all
|
run: ./configure --enable-tests-all
|
||||||
- working-directory: libkernaux-0.1.0
|
- working-directory: libkernaux-0.2.0
|
||||||
name: make
|
name: make
|
||||||
run: make
|
run: make
|
||||||
- working-directory: libkernaux-0.1.0
|
- working-directory: libkernaux-0.2.0
|
||||||
name: check
|
name: check
|
||||||
run: make check || (cat test-suite.log && false)
|
run: make check || (cat test-suite.log && false)
|
||||||
- working-directory: libkernaux-0.1.0
|
- working-directory: libkernaux-0.2.0
|
||||||
name: install
|
name: install
|
||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue