Lines Matching +full:working +full:- +full:directory
1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
21 - windows-2019
22 - windows-2022
24 - arch: win64
25 config: enable-fips
26 - arch: win32
27 config: --strict-warnings no-fips
28 runs-on: ${{matrix.os}}
30 - uses: actions/checkout@v2
31 - uses: ilammy/msvc-dev-cmd@v1
34 - uses: ilammy/setup-nasm@v1
37 - uses: shogo82148/actions-setup-perl@v1
38 - name: prepare the build directory
40 - name: config
41 working-directory: _build
43 perl ..\Configure --banner=Configured no-makedepend ${{ matrix.platform.config }}
44 perl configdata.pm --dump
45 - name: build
46 working-directory: _build
48 - name: test
49 working-directory: _build
50 run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz* HARNESS_JOBS=4
51 - name: install
57 working-directory: _build
62 - windows-2019
63 - windows-2022
64 runs-on: ${{matrix.os}}
66 - uses: actions/checkout@v2
67 - uses: ilammy/msvc-dev-cmd@v1
68 - uses: shogo82148/actions-setup-perl@v1
69 - name: prepare the build directory
71 - name: config
72 working-directory: _build
74 perl ..\Configure --banner=Configured no-makedepend no-shared no-fips VC-WIN64A-masm
75 perl configdata.pm --dump
76 - name: build
77 working-directory: _build
79 - name: test
80 working-directory: _build
86 - windows-2019
87 - windows-2022
88 runs-on: ${{matrix.os}}
90 - uses: actions/checkout@v2
91 - uses: ilammy/msvc-dev-cmd@v1
92 - uses: shogo82148/actions-setup-perl@v1
93 - name: prepare the build directory
95 - name: config
96 working-directory: _build
98 …perl ..\Configure --banner=Configured no-makedepend no-bulk no-deprecated no-fips no-asm -DOPENSSL…
99 perl configdata.pm --dump
100 - name: build
101 working-directory: _build
103 - name: test
104 working-directory: _build
105 run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz* HARNESS_JOBS=4