File: run-ci.sh

package info (click to toggle)
emacs-wgrep 3.0.0%2B20.g208b9d0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: lisp: 1,319; makefile: 64; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

# This script is intended invoke by GithubAction `CI` job
# Keep as *~ to unexpectedly be executed by developer.
test -f env.mk && mv env.mk env.mk~

# Local elpa directory.
echo "ELPA-DIR = ./elpa" >> env.mk

make ci