Skip to content

Merge commit '9c1f43aca16aa81d747317e9f91564e2b54daaf7' #328

Merge commit '9c1f43aca16aa81d747317e9f91564e2b54daaf7'

Merge commit '9c1f43aca16aa81d747317e9f91564e2b54daaf7' #328

name: Build on Ubuntu Xenial
on: [push]
jobs:
build:
strategy:
matrix:
image: ["ubuntu:xenial"]
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Build
run: docker run -v ${{ github.workspace }}:/root/src/ -w /root/src/ ${{ matrix.image }} /bin/bash .travis-build.sh ${{ matrix.image }}