Skip to content

Commit

Permalink
Update Readme (jcefbuild#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 authored Jul 22, 2020
1 parent 78f4a1e commit ffe53a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ matrix:
local_dir: build/install/java-cef-build-docs
on:
tags: true
repo: jcefbuild/java-cef-build
repo: jcefbuild/jcefbuild

before_install:
- |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM i386/debian:buster-slim

ENV BASE_PACKAGES git libgtk-3-dev libxss1 libxt-dev
ENV BASE_PACKAGES git libgtk-3-dev libgtk2.0-dev libxss1 libxt-dev
ENV BUILD_TOOLS openjdk-11-jdk python3.7 lbzip2 rsync ninja-build clang-10 cmake

RUN apt-get -q update && \
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

<h4>Independent project to produce binary artifacts for the jcef project</h4>
<h6>Visit the JCEF repo at <a href="https://bitbucket.org/chromiumembedded/java-cef/src/master/">bitbucket</a> or <a href="https://github.com/chromiumembedded/java-cef">github</a> </h6>

### Build Specs:
#### _Java 11 (OpenJdk), Python 3.7_
</div>

---
Expand Down

0 comments on commit ffe53a9

Please sign in to comment.