Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
adjust gitpod config for current version
  • Loading branch information
GitMensch authored Oct 31, 2024
1 parent 0cc8207 commit 3edbc6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ image: gitpod/workspace-c

tasks:

- name: setup coding environment on Ubuntu 20.04
- name: setup coding environment on Ubuntu 22.04
before: |
# note: sadly we need this to be done every time as only /workspace is kept, but linked
# against those dependencies; and also we do want to recompile after adjustments
# this can all be dropped as soon as we would use a prepared docker
sudo apt update && sudo apt upgrade -y
sudo apt install -y build-essential libgmp-dev libdb-dev libjson-c-dev ncurses-dev libxml2-dev \
automake libtool flex bison help2man texinfo \
automake libtool flex bison help2man gettext texinfo \
lcov \
clangd bear
# sudo apt install gettext texlive-base # for make dist (po/*, doc/gnucobol.pdf)
# sudo apt install texlive-base # for make dist (doc/gnucobol.pdf)
gp sync-done system-prepare
- name: building GnuCOBOL
Expand Down

0 comments on commit 3edbc6d

Please sign in to comment.