Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update ohno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Jul 11, 2021
1 parent 8788e2c commit f5850ca
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/ohno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ name: ohno-tests
on: [push]

jobs:
cOHNObol: # Cobol slow as piss
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: install cobol
run: sudo apt install -y gnucobol
- name: compile cobol
run: cobc -o ohno.cbl.out -x OHNO/ohno.cbl
- name: cobol
run: ./ohno.cbl.out


OHNO:
runs-on: ubuntu-latest

Expand All @@ -14,13 +28,6 @@ jobs:
- name: brainfuck
run: brainfucky --file OHNO/ohno.bf

- name: install cobol
uses: fabasoad/[email protected]
- name: compile cobol
run: cobc -o ohno.cbl.out -x OHNO/ohno.cbl
- name: cobol
run: ./ohno.cbl.out

- name: install java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit f5850ca

Please sign in to comment.