Skip to content

Commit b486a13

Browse files
committed
GitHub Actions CI: Add a clang++ 9 build
This uses a newer Ubuntu version by specifying a different docker image. Because of that, we no longer need to use sudo with apt.
1 parent a87f57f commit b486a13

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "CI: autotools: clang 9"
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
container: ubuntu:19.10
10+
11+
steps:
12+
- uses: actions/checkout@v1
13+
- name: Build
14+
run: |
15+
apt update
16+
apt install mm-common clang-9 --yes
17+
export CXX=clang++-9
18+
./autogen.sh --enable-warnings=fatal
19+
./configure
20+
make
21+
- name: Test
22+
run: make check
23+
- name: Distcheck
24+
run: make distcheck

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy