Skip to content

Implement SDL_ConvertSurface #6

Implement SDL_ConvertSurface

Implement SDL_ConvertSurface #6

Workflow file for this run

---
name: CI Windows
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: CI on windows
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: alire-project/setup-alire
uses: alire-project/setup-alire@v3
-
name: Install toolchain
run: |
alr --non-interactive settings --global --set toolchain.assistant false
alr --non-interactive toolchain --select gnat_native
alr --non-interactive toolchain --select gprbuild
-
name: Build and run
run: |
alr --non-interactive build