Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
azure /
Delete
Unzip
Name
Size
Permission
Date
Action
i386
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
macos
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
apt.yml
1.57
KB
-rw-rw-r--
2022-10-31 11:36
community_job.yml
4.03
KB
-rw-rw-r--
2022-10-31 11:36
configure.yml
1.56
KB
-rw-rw-r--
2022-10-31 11:36
coverage_job.yml
1.7
KB
-rw-rw-r--
2022-10-31 11:36
install.yml
454
B
-rw-rw-r--
2022-10-31 11:36
job.yml
983
B
-rw-rw-r--
2022-10-31 11:36
lsan-suppressions.txt
37
B
-rw-rw-r--
2022-10-31 11:36
msan_job.yml
2.74
KB
-rw-rw-r--
2022-10-31 11:36
setup-slapd.sh
4.31
KB
-rwxrwxr-x
2022-10-31 11:36
setup.yml
423
B
-rw-rw-r--
2022-10-31 11:36
test.yml
1.25
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
parameters: configurationName: '' configurationParameters: '' runTestsParameters: '' timeoutInMinutes: 60 jobs: - job: ${{ parameters.configurationName }} timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: vmImage: 'ubuntu-18.04' steps: - template: apt.yml - script: | sudo -H pip install gcovr displayName: 'Install gcovr' - template: configure.yml parameters: configurationParameters: --enable-gcov ${{ parameters.configurationParameters }} - script: make -j$(/usr/bin/nproc) >/dev/null displayName: 'Make Build' - template: install.yml - template: setup.yml - template: test.yml parameters: configurationName: ${{ parameters.configurationName }} runTestsParameters: ${{ parameters.runTestsParameters }} - template: test.yml parameters: configurationName: ${{ parameters.configurationName }} runTestsName: 'OpCache' runTestsParameters: >- ${{ parameters.runTestsParameters }} -d zend_extension=opcache.so - script: bash <(curl -s https://codecov.io/bash) displayName: 'Upload ${{ parameters.configurationName }} Test Coverage to Codecov.io' condition: or(succeeded(), failed()) - script: | make gcovr-xml mv gcovr.xml coverage.xml displayName: 'Generate ${{ parameters.configurationName }} Test Coverage Cobertura XML Report' condition: or(succeeded(), failed()) - task: PublishCodeCoverageResults@1 inputs: codeCoverageTool: 'Cobertura' summaryFileLocation: coverage.xml displayName: 'Publish ${{ parameters.configurationName }} Test Coverage' condition: or(succeeded(), failed())