File: .ui-auto-release-multi.conf

package info (click to toggle)
ui-auto 1.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 844 kB
  • sloc: sh: 3,296; makefile: 51
file content (13 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example ui-auto-release-multi configuration file.

# We will change to that directory to do our work.
RUN_DIR="${HOME}/.ui-auto-release-multi"

# Add "PROJECT.conf" file here for each project you want to run.
PROJECTS_DIR="${HOME}/.ui-auto-release-multi.d

# You may add "global" environment here. The variables listed below
# are those which are expclicitely set by ui-auto-release-multi to
# defaults.
export CXXFLAGS="-g -O0"
export CFLAGS="-g -O0"