File: main.yml

package info (click to toggle)
blockattack 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,292 kB
  • sloc: cpp: 93,645; sh: 143; pascal: 111; xml: 82; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Build

on:
  push:
  pull_request:
    types: [opened, synchronize, reopened]

jobs:
  ci_job:
    runs-on: ubuntu-latest
    name: Test that the game can be compiled
    steps:
      - name: Check Out Repo
        uses: actions/checkout@v2
      - name: Check lint
        run: bash source/misc/lint/runLint.sh
      - name: Test Ubuntu
        run: docker build -f source/misc/docker/Dockerfile.Ubuntu22.04build . -t blockattack_test
      - name: Test Windows MXE
        run: docker build -f source/misc/docker/Dockerfile.WindoesBuild . -t blockattack_test