Skip to content

Commit

Permalink
add gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Nov 6, 2023
1 parent 8293831 commit ae565ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
cancel-in-progress: true

jobs:
linux-gcc-cmake:
ubuntu-gcc-make:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
stages:
- build

build-native:
stage: build
tags:
- ubuntu
script:
- make

0 comments on commit ae565ae

Please sign in to comment.