File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-28-2" -f "https://github.com/purcell/nix-emacs-ci/archive
1313# Install jcs-emacs
1414RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 8.1.0 --recursive
1515
16- # Use specific version
17- WORKDIR ~/.emacs.d
18- RUN git checkout tags/8.1.0
19-
2016ENV TERM xterm-256color
2117WORKDIR /root
Original file line number Diff line number Diff line change @@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-28-2" -f "https://github.com/purcell/nix-emacs-ci/archive
1313# Install jcs-emacs
1414RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 8.2.0 --recursive
1515
16- # Use specific version
17- WORKDIR ~/.emacs.d
18- RUN git checkout tags/8.2.0
19-
2016ENV TERM xterm-256color
2117WORKDIR /root
Original file line number Diff line number Diff line change @@ -13,9 +13,5 @@ RUN nix-env -iA "emacs-29-4" -f "https://github.com/purcell/nix-emacs-ci/archive
1313# Install jcs-emacs
1414RUN git clone --depth 1 https://github.com/jcs-emacs/jcs-emacs.git ~/.emacs.d --branch 9.0.0 --recursive
1515
16- # Use specific version
17- WORKDIR ~/.emacs.d
18- RUN git checkout tags/9.0.0
19-
2016ENV TERM xterm-256color
2117WORKDIR /root
You can’t perform that action at this time.
0 commit comments