add emacs test
This commit is contained in:
parent
b234fd42b4
commit
532a624d7f
|
@ -9,6 +9,8 @@ echo 'testing cpp'
|
||||||
../execute cpp test.cpp
|
../execute cpp test.cpp
|
||||||
echo 'testing cs'
|
echo 'testing cs'
|
||||||
../execute cs test.cs
|
../execute cs test.cs
|
||||||
|
echo 'testing emacs'
|
||||||
|
../execute emacs test.el
|
||||||
#echo 'testing elixir'
|
#echo 'testing elixir'
|
||||||
#../execute exs test.exs
|
#../execute exs test.exs
|
||||||
echo 'testing go'
|
echo 'testing go'
|
||||||
|
|
|
@ -195,6 +195,7 @@ wget https://mirrors.ocf.berkeley.edu/gnu/emacs/emacs-26.3.tar.xz
|
||||||
tar -xf emacs-26.3.tar.xz
|
tar -xf emacs-26.3.tar.xz
|
||||||
cd emacs-26.3
|
cd emacs-26.3
|
||||||
./configure --with-gnutls=no
|
./configure --with-gnutls=no
|
||||||
|
make
|
||||||
echo 'export PATH=$PATH:/opt/emacs/emacs-26.3/src' >> /opt/.profile
|
echo 'export PATH=$PATH:/opt/emacs/emacs-26.3/src' >> /opt/.profile
|
||||||
source /opt/.profile
|
source /opt/.profile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue