Skip to content

Merge pull request #121 from alex-sitnikov/llvm-18.1.0 #39

Merge pull request #121 from alex-sitnikov/llvm-18.1.0

Merge pull request #121 from alex-sitnikov/llvm-18.1.0 #39

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Ubuntu-20.04
run: |
docker build -f Docker/Test-Build-Ubuntu-20.04.docker .