.github: restore Build step and drop pwd debug
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
76942ea6e9
commit
f2fdc9043a
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install tree tshark
|
sudo apt-get -y install tree tshark
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Configure & Build
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -37,11 +37,13 @@ jobs:
|
|||||||
cd build/dir
|
cd build/dir
|
||||||
../../configure --prefix= --with-systemd=/tmp/lib/systemd/system
|
../../configure --prefix= --with-systemd=/tmp/lib/systemd/system
|
||||||
chmod -R a+w .
|
chmod -R a+w .
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
cd build/dir
|
||||||
make
|
make
|
||||||
- name: Install Check
|
- name: Install Check
|
||||||
run: |
|
run: |
|
||||||
cd build/dir
|
cd build/dir
|
||||||
pwd
|
|
||||||
DESTDIR=/tmp make V=1 install-strip
|
DESTDIR=/tmp make V=1 install-strip
|
||||||
tree /tmp
|
tree /tmp
|
||||||
ldd /tmp/sbin/syslogd
|
ldd /tmp/sbin/syslogd
|
||||||
@ -49,8 +51,6 @@ jobs:
|
|||||||
/tmp/sbin/syslogd -?
|
/tmp/sbin/syslogd -?
|
||||||
- name: Build Example
|
- name: Build Example
|
||||||
run: |
|
run: |
|
||||||
cd build/dir
|
|
||||||
pwd
|
|
||||||
mkdir -p /tmp/example
|
mkdir -p /tmp/example
|
||||||
cp -a example/example.* /tmp/example/
|
cp -a example/example.* /tmp/example/
|
||||||
pushd /tmp/example/
|
pushd /tmp/example/
|
||||||
|
Loading…
Reference in New Issue
Block a user