Skip to content

Commit

Permalink
mnt: remove Makefile (PABannier#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
PABannier committed Sep 30, 2023
1 parent ee2a597 commit 74a68d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 399 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,6 @@ env:
GGML_N_THREADS: 1

jobs:
ubuntu-focal-make:
runs-on: ubuntu-20.04

steps:
- name: Clone
id: checkout
uses: actions/checkout@v2
with:
submodules: true

- name: Dependencies
id: depends
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8
- name: Build
id: make_build
run: |
CC=gcc-8 make
ubuntu-latest-cmake:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -71,25 +50,6 @@ jobs:
cd build
ctest --verbose --timeout 900
macOS-latest-make:
runs-on: macos-latest

steps:
- name: Clone
id: checkout
uses: actions/checkout@v1

- name: Dependencies
id: depends
continue-on-error: true
run: |
brew update
- name: Build
id: make_build
run: |
make
macOS-latest-cmake:
runs-on: macos-latest

Expand Down
343 changes: 0 additions & 343 deletions Makefile

This file was deleted.

Loading

0 comments on commit 74a68d3

Please sign in to comment.