Skip to content

Refactored nob_win32_error_message and win32 versions of nob_mkdir_if_not_exists, nob_file_exists #5

Refactored nob_win32_error_message and win32 versions of nob_mkdir_if_not_exists, nob_file_exists

Refactored nob_win32_error_message and win32 versions of nob_mkdir_if_not_exists, nob_file_exists #5

Workflow file for this run

name: no-build build
on: [push, pull_request]
jobs:
ubuntu:
strategy:
matrix:
cc: [gcc, clang]
runs-on: ubuntu-latest
steps:
- name: Clone GIT repo
uses: actions/checkout@v4
- name: Build nob
run: ${{ matrix.cc }} -o nob nob.c
- name: Run nob
run: ./nob