Skip to content

Commit

Permalink
Forgot to enable Shakespeare build
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Oct 7, 2017
1 parent 95e41d9 commit f7e47b4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:17.04
RUN apt-get update && apt-get upgrade -y
RUN apt-get -qq install -y apt-utils > /dev/null
RUN apt-get -qq install -y afnix algol68g aplus-fsf asymptote ats2-lang bash bc bf bsdgames clisp clojure cmake coffeescript dafny dc ecere-dev elixir emacs24 erlang f2c fp-compiler fsharp g++ gambas3-script gap gawk gcc gdc genius gforth gfortran ghc ghostscript gnat gnu-smalltalk gnuplot gobjc golang gpt groff groovy guile-2.0 haxe icont iconx intercal iverilog jasmin-sable jq julia libgd-dev libpng-dev lisaac llvm lua5.3 make maxima minizinc mlton mono-devel mono-mcs mono-vbnc nasm neko nickle nim nodejs ocaml octave open-cobol openjdk-8-jdk pari-gp perl php-cli pike8.0 python r-base ratfor regina-rexx ruby rustc scala scilab slsh squirrel3 swi-prolog tcl valac xsltproc yorick zoem && apt-get clean
ENV PATH /usr/games:$PATH
ADD . /usr/local/share/quine-relay
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Quine Relay

**Warning: this is a branch for experiment.**

[![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=laboratory)](https://travis-ci.org/mame/quine-relay)

## What this is
Expand Down Expand Up @@ -314,7 +316,7 @@ A. See [the criteria for language inclusion][criteria] in detail. (In short: pl

### Q. Does it really work?

A. [![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=master)](https://travis-ci.org/mame/quine-relay)
A. [![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=laboratory)](https://travis-ci.org/mame/quine-relay)

### Q. How long did it take you?

Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
dockerfile = []
dockerfile << "FROM ubuntu:17.04"
dockerfile << "RUN apt-get update && apt-get upgrade -y"
dockerfile << "RUN apt-get -qq install -y apt-utils > /dev/null"
dockerfile << "RUN apt-get -qq install -y #{ apts.join(" ") } && apt-get clean"
dockerfile << "ENV PATH /usr/games:$PATH"
dockerfile << "ADD . /usr/local/share/quine-relay"
Expand Down
4 changes: 3 additions & 1 deletion src/README.md.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
__END__
# Quine Relay

**Warning: this is a branch for experiment.**

[![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=laboratory)](https://travis-ci.org/mame/quine-relay)

## What this is
Expand Down Expand Up @@ -160,7 +162,7 @@

### Q. Does it really work?

A. [![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=master)](https://travis-ci.org/mame/quine-relay)
A. [![Build Status](https://travis-ci.org/mame/quine-relay.svg?branch=laboratory)](https://travis-ci.org/mame/quine-relay)

### Q. How long did it take you?

Expand Down
3 changes: 1 addition & 2 deletions vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ ACME_CHEF := Acme-Chef-1.01
SPL := spl-1.2.1
LOCAL := $(CURDIR)/local

all: $(LOCAL)/bin/lci $(LOCAL)/bin/npiet $(LOCAL)/bin/cfunge $(LOCAL)/bin/compilechef $(LOCAL)/bin/lazyk
true-all: all $(LOCAL)/bin/spl2c goaheui/main.go golfscript.rb
all: $(LOCAL)/bin/lci $(LOCAL)/bin/npiet $(LOCAL)/bin/cfunge $(LOCAL)/bin/compilechef $(LOCAL)/bin/lazyk $(LOCAL)/bin/spl2c goaheui/main.go golfscript.rb

$(LOCAL)/bin/lci:
unzip -q $(LCI).zip
Expand Down
4 changes: 4 additions & 0 deletions vendor/README
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ Piet: npiet-1.3e.tar.gz
Lazy K: lazyk.c
* https://github.com/irori/lazyk
* License: GPL2+

Shakespeare: spl-1.2.1.tar.gz
* http://shakespearelang.sourceforge.net/
* License: GPL

0 comments on commit f7e47b4

Please sign in to comment.