Skip to content

Commit

Permalink
Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chemix-lunacy committed Feb 27, 2024
1 parent 6d76757 commit 5e3f718
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 436 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.9"

- name: Build
run: |
sudo apt update
sudo apt install -y build-essential libffi-dev xz-utils powershell curl wget gnupg apt-transport-https
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
export PATH="/root/.cargo/bin:${PATH}"
export PATH="/root/.local/bin:$PATH"
cd src/munchkin
MK_DOWNLOAD_LLVM=true pwsh ./build.ps1
1 change: 1 addition & 0 deletions src/munchkin/tests/qsharp/qaoa/QAOA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<QirGeneration>true</QirGeneration>
<QscVerbosity>Detailed</QscVerbosity>
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == ''">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
<AssemblyName>qaoa</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 5e3f718

Please sign in to comment.