-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease_only_cppcheck.bat
More file actions
34 lines (32 loc) · 2.19 KB
/
release_only_cppcheck.bat
File metadata and controls
34 lines (32 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
REM
REM <legal_notice>
REM MaxLinear, Inc. retains all right, title and interest (including all intellectual
REM property rights) in and to this computer program, which is protected by applicable
REM intellectual property laws. Unless you have obtained a separate written license from
REM MaxLinear, Inc. or an authorized licensee of MaxLinear, Inc., you are not authorized
REM to utilize all or a part of this computer program for any purpose (including
REM reproduction, distribution, modification, and compilation into object code), and you
REM must immediately destroy or return all copies of this computer program. If you are
REM licensed by MaxLinear, Inc. or an authorized licensee of MaxLinear, Inc., your rights
REM to utilize this computer program are limited by the terms of that license.
REM
REM This computer program contains trade secrets owned by MaxLinear, Inc. and, unless
REM authorized by MaxLinear, Inc. in writing, you agree to maintain the confidentiality
REM of this computer program and related information and to not disclose this computer
REM program and related information to any other person or entity.
REM
REM Misuse of this computer program or any information contained in it may results in
REM violations of applicable law. MaxLinear, Inc. vigorously enforces its copyright,
REM trade secret, patent, contractual, and other legal rights.
REM
REM THIS COMPUTER PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES, AND MAXLINEAR, INC.
REM EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF
REM MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NONINFRINGEMENT.
REM
REM ***************************************************************************************
REM Copyright (c) 2022, MaxLinear, Inc.
REM ***************************************************************************************
REM </legal_notice>
REM
@ECHO OFF
SET DUT_SKIP_INCREASE_REVISION=1 & SET DUT_SKIP_DEBUG_BUILD=1 & SET DUT_SKIP_UNIT_TESTS=1 & SET DUT_SKIP_UPDATE_VERSION=1 & SET DUT_SKIP_RELEASE_BUILD=1 & SET DUT_SKIP_AUTOMATION_TESTS=1 & SET DUT_SKIP_CREATE_INSTALLER=1 & SET DUT_SKIP_UPDATE_RELEASE_NOTES=1 & release.bat %1