Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 24, 2023
1 parent e82cb5d commit 9479de0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 62 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/autocompiler.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build test

on: [push]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
runs-on: ubuntu-latest
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: install dependencies
run: |
sudo apt install -y ruby-dev
sudo gem install fpm
- name: build on x86
run: |
sudo apt update
sudo apt install -y build-essential tree
make
ls

0 comments on commit 9479de0

Please sign in to comment.