Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
* параметр SHOW_PDF перенесён в tasks.json и убран из пакетного вып…
Browse files Browse the repository at this point in the history
…олнения на build серверах
  • Loading branch information
sergey-s-betke committed Jul 11, 2018
1 parent e99d314 commit 4c319ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"label": "Выполнить сборку",
"type": "shell",
"windows": {
"command": "cmd /c 'make 2>&1' | .\\.vscode\\Resolve-PathInGNUMakeLog.ps1",
"command": "cmd /c 'make SHOW_PDF=yes 2>&1' | .\\.vscode\\Resolve-PathInGNUMakeLog.ps1",
},
"linux": {
"command": "/bin/sh -c 'make 2>&1' | .\\.vscode\\Resolve-PathInGNUMakeLog.ps1",
"command": "/bin/sh -c 'make SHOW_PDF=yes 2>&1' | .\\.vscode\\Resolve-PathInGNUMakeLog.ps1",
},
"group": {
"kind": "build",
Expand Down
2 changes: 0 additions & 2 deletions stamps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ROOT_PROJECT_DIR ?= ../
ITG_MAKEUTILS_DIR ?= $(ROOT_PROJECT_DIR)ITG.MakeUtils/
include $(ITG_MAKEUTILS_DIR)common.mk

SHOW_PDF = yes

include $(ITG_MAKEUTILS_DIR)tests.mk
include $(ITG_MAKEUTILS_DIR)ghostscript.mk
include $(ITG_MAKEUTILS_DIR)appveyor.mk
Expand Down

0 comments on commit 4c319ca

Please sign in to comment.