This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
642 additions
and
13,914 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
services: docker | ||
script: | ||
- docker build -t thumbnailer_test . | ||
- docker run thumbnailer_test go test | ||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
on_success: never | ||
on_failure: always | ||
- docker run thumbnailer_test go test --race |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
FROM bakape/meguca | ||
ENV GOPATH=/go | ||
ENV PATH="${PATH}:/usr/local/go/bin:${GOPATH}/bin" | ||
RUN mkdir -p /go/src/github.com/bakape/thumbnailer | ||
WORKDIR /go/src/github.com/bakape/thumbnailer | ||
FROM debian:testing | ||
COPY . . | ||
RUN go get -v ./... | ||
RUN apt-get update | ||
RUN apt-get dist-upgrade -y | ||
RUN apt-get install -y build-essential pkg-config libpth-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev golang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.