mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Rename init.sh -> autogen.sh
This commit is contained in:
2
.github/workflows/ci_ubuntu_16.04.yml
vendored
2
.github/workflows/ci_ubuntu_16.04.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: installing system dependencies
|
||||
run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode clang-format-5.0
|
||||
- name: creating autoconf files
|
||||
run: ./init.sh
|
||||
run: ./autogen.sh
|
||||
- name: configuring
|
||||
run: ./configure CFLAGS='-O0 -g -Wall -Wextra'
|
||||
- name: compiling
|
||||
|
||||
2
.github/workflows/ci_ubuntu_latest.yml
vendored
2
.github/workflows/ci_ubuntu_latest.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: installing system dependencies
|
||||
run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode clang-format-5.0
|
||||
- name: creating autoconf files
|
||||
run: ./init.sh
|
||||
run: ./autogen.sh
|
||||
- name: configuring
|
||||
run: ./configure CFLAGS='-O0 -g -Wall -Wextra'
|
||||
- name: compiling
|
||||
|
||||
Reference in New Issue
Block a user