Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Bumped version to 3.2.0! #1

Bumped version to 3.2.0!

Bumped version to 3.2.0! #1

Workflow file for this run

name: Build (OS/2)
on: [push, pull_request]
jobs:
os2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: open-watcom/setup-watcom@v0
- name: Build physfs.dll
run: |
cd src
wmake -f Makefile.os2
cd ..
- name: distclean
run: |
cd src
wmake -f Makefile.os2 distclean
cd ..