403Webshell
Server IP : 189.126.111.107  /  Your IP : 216.73.217.69
Web Server : Apache
System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64
User : gadotticar ( 1000)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/src/libks/.github/workflows/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/src/libks/.github/workflows/windows.yml
name: Windows Build

on:
  workflow_dispatch:
  push:
    branches:
      - master
      - release
  pull_request:
    branches:
      - master
      - release

jobs:
  build:
    name: Build libks Windows
    runs-on: windows-2022

    steps:
      - name: Checkout code
        uses: actions/checkout@v4
        with:
          fetch-depth: 0

      - name: Install build dependencies
        run: |
          choco install nasm strawberryperl -y
          echo "C:\Program Files\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
          echo "C:\Strawberry\perl\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

      # https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history
      - name: Check available VS versions
        shell: cmd
        run: |
          where vswhere.exe
          vswhere.exe -all -prerelease -format json

      - name: Add msbuild to PATH
        uses: microsoft/setup-msbuild@v2
        with:
          msbuild-architecture: x64
          # https://github.com/microsoft/setup-msbuild?tab=readme-ov-file#specifying-specific-versions-of-visual-studio-optional
          # vs-version: "[16.11,16.12)"

      - name: Build All Configurations
        shell: cmd
        working-directory: win
        run: |
          CALL build.cmd

      - name: Upload Build Artifacts
        uses: actions/upload-artifact@v4
        with:
          name: libks-windows-builds
          path: win/out/*.zip
          if-no-files-found: error
          retention-days: 7

Youez - 2016 - github.com/yon3zu
LinuXploit