Skip to content

Commit ea9c514

Browse files
committed
WIP
1 parent bac9d2e commit ea9c514

File tree

3 files changed

+15
-128
lines changed

3 files changed

+15
-128
lines changed

.github/workflows/build-rubies.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
container: buildpack-deps:bullseye
7+
steps:
8+
- name: Update package source
9+
run: apt-get update
10+
- name: Install ruby-install
11+
run: |
12+
curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
13+
tar -xvzf ruby-install-0.10.1.tar.gz
14+
ruby-install-0.10.1
15+
make install

.github/workflows/e2e-dummy-gem.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)