Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libace
27 changes: 27 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See https://www.gitpod.io/docs/multi-repo-workspaces
additionalRepositories:
- url: https://github.com/koalaman/ace
# checkoutLocation is relative to /workspaces
checkoutLocation: ace

# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- env:
# This is used in gitpod's default apache2.conf
APACHE_DOCROOT_IN_REPO: "."
init: |
cd /workspace/ace
npm install
node ./Makefile.dryice.js

cd ../shellcheck.net
ln -s ../ace/build/src libace
command: |
sudo apt-get update
sudo apt-get install -y shellcheck
apachectl start

# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 8001
onOpen: open-preview