Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 3, 2023
1 parent 36c3061 commit 1716a0a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: C/C++ CI

on:
push:
branches: [ "linux-rolling-stable" ]
pull_request:
branches: [ "linux-rolling-stable" ]
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: debootstrap directory
run: mkdir debootstrap
- name: debootstrap
run: debootstrap --variant=minbase bookworm debootstrap/

0 comments on commit 1716a0a

Please sign in to comment.