We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227f523 commit 08f11e6Copy full SHA for 08f11e6
.github/workflows/full-check.yml
@@ -11,11 +11,22 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: install_dependencies
13
run: sudo apt install libbsd-dev
14
- - name: first_step
+ - name: first_build
15
run: |
16
./autogen.sh
17
./configure
18
make
19
sudo make install
20
sudo make uninstall
21
make distclean
22
+ - name: second_build
23
+ run: |
24
+ ./autogen.sh
25
+ ./configure
26
+ make
27
+ sudo make install
28
+ - name: run_program
29
30
+ rdate 2>&1 | grep Usage
31
+ rdate -pn4v ntp.on.br
32
+
0 commit comments