Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Aug 20, 2024
1 parent e4f4734 commit e35960c
Show file tree
Hide file tree
Showing 32 changed files with 50 additions and 59,129 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Build on Ubuntu

on:
pull_request:

jobs:
build:
name: Ubuntu
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
submodules: true

# sudo apt update && sudo apt install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- run: |
./mkn.sh
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
./mkn clean build -dtOa -fPIC
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
bin
glew*
.mkn
bin
73 changes: 0 additions & 73 deletions LICENSE.txt

This file was deleted.

6 changes: 0 additions & 6 deletions README.txt

This file was deleted.

268 changes: 0 additions & 268 deletions doc/advanced.html

This file was deleted.

Loading

0 comments on commit e35960c

Please sign in to comment.