File: main.yml

package info (click to toggle)
htpdate 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 236 kB
  • sloc: ansic: 763; sh: 126; makefile: 49
file content (15 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: main

on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: build
        run: make
      - name: build with https
        run: make https
      - name: test
        run: ./htpdate www.example.com